mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 10:39:06 +03:00
building flags & small bugfix (MQTT&TOGGLE)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user