remove unused uart setting

This commit is contained in:
MichaelDvP
2022-09-17 16:40:26 +02:00
parent 9d6af82f9c
commit 706daeb678

View File

@@ -27,7 +27,6 @@
#define EMS_MAXBUFFERSIZE 33 // max size of the buffer. EMS packets are max 32 bytes, plus extra for BRK
#define EMSUART_NUM UART_NUM_2 // on the ESP32 we're using UART2
#define EMSUART UART2 // for intr setting
#define EMSUART_BAUD 9600 // uart baud rate for the EMS circuit
#define EMS_TXMODE_DEFAULT 1