[][src]Function esp_idf_bindgen::esp_ota_set_boot_partition

pub unsafe extern "C" fn esp_ota_set_boot_partition(
    partition: *const esp_partition_t
) -> esp_err_t

@brief Configure OTA data for a new boot partition

@note If this function returns ESP_OK, calling esp_restart() will boot the newly configured app partition.

@param partition Pointer to info for partition containing app image to boot.

@return