Updated code size impact for #define USE_DISCOVERY on core 2_5_x

This commit is contained in:
Stephan Hadinger 2019-05-29 19:34:52 +02:00
parent 09d709ab19
commit f2731d6128
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Hostname>.local/
#define MQTT_HOST_DISCOVERY // Find MQTT host server (overrides MQTT_HOST if found)