mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
ESP32 doesn't have mDNS update()
This commit is contained in:
parent
478e90c261
commit
d1998c6678
@ -66,7 +66,9 @@ int WebOTA::handle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OTAServer.handleClient();
|
OTAServer.handleClient();
|
||||||
|
#ifdef ESP8266
|
||||||
MDNS.update();
|
MDNS.update();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
long WebOTA::max_sketch_size() {
|
long WebOTA::max_sketch_size() {
|
||||||
|
Loading…
Reference in New Issue
Block a user