esp_ota_get_app_description() function
Return esp_app_desc structure. This structure includes app version. Return description for running app.
Syntax
const esp_app_desc_t *esp_ota_get_app_description(void) __attribute__((deprecated("Please use esp_app_get_description instead"))); Return value
Pointer to esp_app_desc structure.
Notes
This API is present for backward compatibility reasons. Alternative function with the same functionality is `esp_app_get_description`
![]()
const esp_app_desc_t *esp_ota_get_app_description(void) __attribute__((deprecated("Please use esp_app_get_description instead")));
esp_ota_get_app_description() calls 1 function:
![]()
esp_ota_get_app_description()