From 1fdf830c89c07eb17dee42d7cc9aa39f4e1167fd Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 18 Mar 2019 11:51:23 -0700 Subject: [PATCH] You have to update() for mDNS to work --- src/WebOTA.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index d0b3d9a..e5cc48b 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -251,4 +251,5 @@ int handle_webota() { } OTAServer.handleClient(); + MDNS.update(); }