mirror of https://github.com/arendst/Tasmota.git
Add mandatory defines
This commit is contained in:
parent
fbdb0aae0d
commit
0b00e92c78
|
@ -157,6 +157,13 @@ String EthernetMacAddress(void);
|
|||
#endif
|
||||
#ifdef USE_TASMOTA_SLAVE_SERIAL_SPEED
|
||||
#define USE_TASMOTA_CLIENT_SERIAL_SPEED USE_TASMOTA_SLAVE_SERIAL_SPEED
|
||||
#endif
|
||||
|
||||
#ifdef USE_SCRIPT
|
||||
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
||||
#endif
|
||||
#ifdef USE_ZIGBEE
|
||||
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
||||
#endif
|
||||
|
||||
// See https://github.com/esp8266/Arduino/pull/4889
|
||||
|
|
Loading…
Reference in New Issue