Function esp_idf_hal::sys::esp_app_get_description

source ยท
pub unsafe extern "C" fn esp_app_get_description() -> *const esp_app_desc_t
Expand description

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

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