- ESP_ERR_INVALID_ARG: Invalid arguments - ESP_ERR_INVALID_STATE: Invalid state to call this API. esp_https_ota_begin() not called yet. - ESP_FAIL: Failed to read image descriptor - ESP_OK: Successfully read image descriptor
Notes
This API can be called only after esp_https_ota_begin() and before esp_https_ota_perform(). Calling this API is not mandatory.
Examples
esp_https_ota_get_img_desc() is referenced by 1 libraries and example projects: