Re-enabling USE_DISCOVERY, mistakenly disabled in the first place

This commit is contained in:
Stephan Hadinger 2019-06-10 20:45:36 +02:00
parent 96ee25a2d1
commit 0f43764aa0
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,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 or +23.5k code with core 2_5_x, +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)