ESP-IDF + 0/1 examples
SourceVu will show references to esp_https_ota_get_img_desc() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- 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.

References

from examples