Improve OTA error messages adding return codes (#3698)

This commit is contained in:
Ignacio Hernandez-Ros
2022-08-16 11:51:05 +02:00
committed by GitHub
parent 1a524a5a50
commit df6830110d
4 changed files with 16 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ enum OTAResponseTypes {
OTA_RESPONSE_ERROR_ESP8266_NOT_ENOUGH_SPACE = 136,
OTA_RESPONSE_ERROR_ESP32_NOT_ENOUGH_SPACE = 137,
OTA_RESPONSE_ERROR_NO_UPDATE_PARTITION = 138,
OTA_RESPONSE_ERROR_MD5_MISMATCH = 139,
OTA_RESPONSE_ERROR_UNKNOWN = 255,
};