From c305b07cdab5c4459d65ac5f4946ca7a48e3cef3 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sat, 24 Oct 2020 19:19:29 +0200 Subject: [PATCH] Disable Wemo emulation for ZBBridge Saves 3KB of Flash --- tasmota/tasmota_configurations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index 37f6d107f..74aafa36e 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -445,7 +445,7 @@ //#undef USE_WEBSEND_RESPONSE // Disable command WebSend response message (+1k code) #define USE_EMULATION // Disable Wemo or Hue emulation #define USE_EMULATION_HUE // Disable Hue Bridge emulation for Alexa (+14k code, +2k mem common) -//#undef USE_EMULATION_WEMO // Disable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) +#undef USE_EMULATION_WEMO // Disable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) #undef USE_CUSTOM // Disable Custom features #undef USE_DISCOVERY // Disable Discovery services for both MQTT and web server //#undef USE_TIMERS // Disable support for up to 16 timers