minor change to serial for 1.5.3

This commit is contained in:
proddy
2019-02-24 18:25:43 +01:00
parent 3fab61513d
commit 523abf5719
4 changed files with 10 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
#include <Arduino.h>
#define EMSUART_UART 0 // UART 0 - there is only one on the esp8266
#define EMSUART_UART 0 // UART 0
#define EMSUART_CONFIG 0x1c // 8N1 (8 bits, no stop bits, 1 parity)
#define EMSUART_BAUD 9600 // uart baud rate for the EMS circuit