mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
#4938 MDNS.update();
This commit is contained in:
parent
12b3ac0e8d
commit
b074d94ef4
@ -350,6 +350,10 @@ void WifiCheckIp(void)
|
||||
Settings.ip_address[3] = (uint32_t)WiFi.dnsIP();
|
||||
}
|
||||
wifi_status = WL_CONNECTED;
|
||||
if (2 == mdns_begun) {
|
||||
MDNS.update();
|
||||
AddLog_P(LOG_LEVEL_DEBUG_MORE, D_LOG_MDNS, "MDNS.update");
|
||||
}
|
||||
} else {
|
||||
WifiSetState(0);
|
||||
uint8_t wifi_config_tool = Settings.sta_config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user