diff --git a/WebResource.cpp b/WebResource.cpp index 0e668a2..a227e73 100644 --- a/WebResource.cpp +++ b/WebResource.cpp @@ -87,7 +87,7 @@ void WebResource::downloadFile(String url, String filename, ProgressCallback pro } progressCallback(filename, total - len,total); } - delay(1); + yield(); } Serial.println();