Searched refs:ESP_ERR_OTA_ROLLBACK_FAILED (Results 1 – 5 of 5) sorted by relevance
32 #define ESP_ERR_OTA_ROLLBACK_FAILED (ESP_ERR_OTA_BASE + 0x05) /*!< Error if flash doe… macro
266 # ifdef ESP_ERR_OTA_ROLLBACK_FAILED267 …ERR_TBL_IT(ESP_ERR_OTA_ROLLBACK_FAILED), /* 5381 0x1505 Error if flash does no…
131 …_app_invalid_rollback_and_reboot`,可能会因为设备中没有可启动的应用程序而回滚失败,返回 ``ESP_ERR_OTA_ROLLBACK_FAILED`` 错误,应用…
727 return ESP_ERR_OTA_ROLLBACK_FAILED; in esp_ota_current_ota_is_workable()
131 …he device may not have any bootable apps then it will return ``ESP_ERR_OTA_ROLLBACK_FAILED`` error…