diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 31493b9..4a8ee2c 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -207,7 +207,7 @@ void WebOTA::delay(int ms) { while ((millis() - last) < ms) { OTAServer.handleClient(); - delay(5); + ::delay(5); } }