building flags & small bugfix (MQTT&TOGGLE)

This commit is contained in:
2020-07-14 01:54:42 +03:00
parent fb6bb153ba
commit 10a9bb119d
8 changed files with 34 additions and 17 deletions

View File

@@ -20,7 +20,12 @@
#define ORDER BRG
#endif
#ifndef MODBUS_TX_PIN
#define TXEnablePin 13
#else
#define TXEnablePin MODBUS_TX_PIN
#endif
#define ESP_EEPROM_SIZE 2048
#ifndef AVR_DMXOUT_PIN
@@ -191,6 +196,7 @@
//#undef _dmxout
//#undef modbusSerial
#define modbusSerial Serial2
#define AC_Serial Serial2
#endif
#ifndef _dmxout