You have to update() for mDNS to work

This commit is contained in:
Scott Baker 2019-03-18 11:51:23 -07:00
parent db3776853e
commit 1fdf830c89

View File

@ -251,4 +251,5 @@ int handle_webota() {
}
OTAServer.handleClient();
MDNS.update();
}