mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
You have to update() for mDNS to work
This commit is contained in:
parent
db3776853e
commit
1fdf830c89
@ -251,4 +251,5 @@ int handle_webota() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OTAServer.handleClient();
|
OTAServer.handleClient();
|
||||||
|
MDNS.update();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user