mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Add more messages to the gitOTA
This commit is contained in:
parent
0710445b27
commit
7b08f6acb4
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue