#4938 MDNS.update();

This commit is contained in:
araczkowski 2019-01-16 17:53:23 +01:00
parent 12b3ac0e8d
commit b074d94ef4

View File

@ -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;