Add mandatory defines

This commit is contained in:
Theo Arends 2020-12-24 14:38:48 +01:00
parent fbdb0aae0d
commit 0b00e92c78
1 changed files with 7 additions and 0 deletions

View File

@ -157,6 +157,13 @@ String EthernetMacAddress(void);
#endif #endif
#ifdef USE_TASMOTA_SLAVE_SERIAL_SPEED #ifdef USE_TASMOTA_SLAVE_SERIAL_SPEED
#define USE_TASMOTA_CLIENT_SERIAL_SPEED 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 #endif
// See https://github.com/esp8266/Arduino/pull/4889 // See https://github.com/esp8266/Arduino/pull/4889