v3.5.1 - merge with patch

This commit is contained in:
Proddy
2023-03-11 16:06:05 +01:00
parent 292f743b14
commit 9233f0dfcc
41 changed files with 1249 additions and 713 deletions

View File

@@ -77,7 +77,7 @@ void UploadFileService::handleUpload(AsyncWebServerRequest * request, const Stri
}
#endif
// it's firmware - initialize the ArduinoOTA updater
if (Update.begin(fsize)) {
if (Update.begin()) {
if (strlen(md5) == 32) {
Update.setMD5(md5);
md5[0] = '\0';