Merge pull request #5879 from s-hadinger/info/mdns_size_impact

Updated code size impact for #define USE_DISCOVERY on core 2_5_x
This commit is contained in:
Theo Arends 2019-05-29 20:30:03 +02:00 committed by GitHub
commit 60871b37b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@
#define USE_EMULATION_WEMO // Enable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) #define USE_EMULATION_WEMO // Enable Belkin WeMo emulation for Alexa (+6k code, +2k mem common)
// -- mDNS ---------------------------------------- // -- 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 WEBSERVER_ADVERTISE // Provide access to webserver by name <Hostname>.local/
#define MQTT_HOST_DISCOVERY // Find MQTT host server (overrides MQTT_HOST if found) #define MQTT_HOST_DISCOVERY // Find MQTT host server (overrides MQTT_HOST if found)