Searched refs:ESP_ERR_OTA_SMALL_SEC_VER (Results 1 – 3 of 3) sorted by relevance
31 #define ESP_ERR_OTA_SMALL_SEC_VER (ESP_ERR_OTA_BASE + 0x04) /*!< Error if the firmw… macro
262 # ifdef ESP_ERR_OTA_SMALL_SEC_VER263 …ERR_TBL_IT(ESP_ERR_OTA_SMALL_SEC_VER), /* 5380 0x1504 Error if the firmware …
464 return ESP_ERR_OTA_SMALL_SEC_VER; in esp_ota_set_boot_partition()