From 0b00e92c7800d46ebce567724af18fd0e610707d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:38:48 +0100 Subject: [PATCH] Add mandatory defines --- tasmota/tasmota_globals.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasmota/tasmota_globals.h b/tasmota/tasmota_globals.h index 14cc1532d..8dbdb2073 100644 --- a/tasmota/tasmota_globals.h +++ b/tasmota/tasmota_globals.h @@ -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