diff --git a/GitOTA.cpp b/GitOTA.cpp index 897d294..b246161 100644 --- a/GitOTA.cpp +++ b/GitOTA.cpp @@ -456,7 +456,7 @@ int8_t GitUpdater::downloadFile() { } free(buff); if(len < total) { - Serial.println("Error downloading file"); + Serial.println("Error downloading file!!!"); return -42; } @@ -470,6 +470,7 @@ int8_t GitUpdater::downloadFile() { } } else { + Serial.printf("Invalid HTTP Code... %d", httpCode); return httpCode; } } diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 457f305..4ec3367 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ