Home
last modified time | relevance | path

Searched refs:ESP_ERR_HTTPS_OTA_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/esp_https_ota/include/
Desp_https_ota.h38 #define ESP_ERR_HTTPS_OTA_BASE (0x9000) macro
39 #define ESP_ERR_HTTPS_OTA_IN_PROGRESS (ESP_ERR_HTTPS_OTA_BASE + 1) /* OTA operation in progres…
/hal_espressif-3.5.0/components/esp_common/src/
Desp_err_to_name.c700 # ifdef ESP_ERR_HTTPS_OTA_BASE
701 ERR_TBL_IT(ESP_ERR_HTTPS_OTA_BASE), /* 36864 0x9000 */