fix mDNS
This commit is contained in:
lumapu 2023-12-10 23:16:09 +01:00
parent 01b3e8f60a
commit e4ab7e9e5b
3 changed files with 18 additions and 0 deletions

View file

@ -89,7 +89,9 @@ void ahoywifi::tickWifiLoop() {
if (mGotDisconnect) {
mStaConn = RESET;
}
#if !defined(ESP32)
MDNS.update();
#endif
return;
case IN_AP_MODE:
if (WiFi.softAPgetStationNum() == 0) {