From 5c3df72675d015448fe61d31739d830868afa4ac Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 23 Nov 2022 21:57:40 +0100 Subject: [PATCH] Disable MQTT_HOST_DISCOVERY by default --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 5d31cb106..3cd730dd6 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -488,7 +488,7 @@ // -- 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 WEBSERVER_ADVERTISE // Provide access to webserver by name .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) - disabled by default because it causes blocked repeated 3000ms pauses // -- Time ---------------------------------------- #define USE_TIMERS // Add support for up to 16 timers (+2k2 code)