esp_ota_get_bootloader_description() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

- ESP_OK Successful. - ESP_ERR_NOT_FOUND Description structure is not found in the bootloader image. Magic byte is incorrect. - ESP_ERR_INVALID_ARG Arguments is NULL. - ESP_ERR_INVALID_SIZE Read would go out of bounds of the partition. - or one of error codes from lower-level flash driver.

References