diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 9a6bf11..89cef33 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -66,7 +66,9 @@ int WebOTA::handle() { } OTAServer.handleClient(); +#ifdef ESP8266 MDNS.update(); +#endif } long WebOTA::max_sketch_size() {