pub unsafe extern "C" fn esp_ota_get_app_description(
) -> *const esp_app_desc_t
Expand description

@brief Return esp_app_desc structure. This structure includes app version.

@note This API is present for backward compatibility reasons. Alternative function with the same functionality is esp_app_get_description

Return description for running app. @return Pointer to esp_app_desc structure.