pub unsafe extern "C" fn bootloader_common_erase_part_type_data(
    list_erase: *const c_char,
    ota_data_erase: bool
) -> bool
Expand description

@brief Erase the partition data that is specified in the transferred list.

@param[in] list_erase String containing a list of cleared partitions. Like this “nvs, phy”. The string must be null-terminal. @param[in] ota_data_erase If true then the OTA data partition will be cleared (if there is it in partition table). @return Returns true on success, false otherwise.