more stuff moved to cfg

This commit is contained in:
2020-10-12 23:56:30 +02:00
parent 8c5bb21d70
commit 78792e5d4a
2 changed files with 2 additions and 7 deletions

View File

@ -4,5 +4,6 @@
#define BAUD_RATE 115200
#define SERIAL_RX_BUFFER_SIZE 256
#define RING_BUFFER_SIZE 100
#define MAX_PACKET_LENGTH 100
#endif /* ARDUINOCONFIG_H_ */