Home
last modified time | relevance | path

Searched refs:ESP_ERR_OTA_ROLLBACK_FAILED (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.5.0/components/app_update/include/
Desp_ota_ops.h32 #define ESP_ERR_OTA_ROLLBACK_FAILED (ESP_ERR_OTA_BASE + 0x05) /*!< Error if flash doe… macro
/hal_espressif-3.5.0/components/esp_common/src/
Desp_err_to_name.c266 # ifdef ESP_ERR_OTA_ROLLBACK_FAILED
267 …ERR_TBL_IT(ESP_ERR_OTA_ROLLBACK_FAILED), /* 5381 0x1505 Error if flash does no…
/hal_espressif-3.5.0/docs/zh_CN/api-reference/system/
Dota.rst131 …_app_invalid_rollback_and_reboot`,可能会因为设备中没有可启动的应用程序而回滚失败,返回 ``ESP_ERR_OTA_ROLLBACK_FAILED`` 错误,应用…
/hal_espressif-3.5.0/components/app_update/
Desp_ota_ops.c727 return ESP_ERR_OTA_ROLLBACK_FAILED; in esp_ota_current_ota_is_workable()
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dota.rst131 …he device may not have any bootable apps then it will return ``ESP_ERR_OTA_ROLLBACK_FAILED`` error…