Skip to main content

bootloader_common_ota_select_valid

Function bootloader_common_ota_select_valid 

Source
pub unsafe extern "C" fn bootloader_common_ota_select_valid(
    s: *const esp_ota_select_entry_t,
) -> bool
Expand description

@brief Verifies the validity of the OTA data select

@param[in] s The OTA data select. @return Returns true on valid, false otherwise.