From f2731d6128b3547bf3cd8247caf06e174f0b334a Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 29 May 2019 19:34:52 +0200 Subject: [PATCH] Updated code size impact for #define USE_DISCOVERY on core 2_5_x --- sonoff/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 690340c86..4c3b3ae30 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -279,7 +279,7 @@ #define USE_EMULATION_WEMO // Enable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) // -- mDNS ---------------------------------------- -#define USE_DISCOVERY // Enable mDNS for the following services (+8k code, +0.3k mem) +#define USE_DISCOVERY // Enable mDNS for the following services (+8k code or +23.5k code with core 2_5_x, +0.3k mem) #define WEBSERVER_ADVERTISE // Provide access to webserver by name .local/ #define MQTT_HOST_DISCOVERY // Find MQTT host server (overrides MQTT_HOST if found)