Skip to content

Commit

Permalink
ESP32 doesn't have mDNS update()
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Mar 19, 2019
1 parent 478e90c commit d1998c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WebOTA.cpp
Expand Up @@ -66,7 +66,9 @@ int WebOTA::handle() {
}

OTAServer.handleClient();
#ifdef ESP8266
MDNS.update();
#endif
}

long WebOTA::max_sketch_size() {
Expand Down

0 comments on commit d1998c6

Please sign in to comment.