Home
last modified time | relevance | path

Searched refs:ota_slot (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c331 uint32_t ota_slot; in get_active_otadata_with_check_anti_rollback() local
341 ota_slot = ota_seq % bs->app_count; // Actual OTA partition selection in get_active_otadata_with_check_anti_rollback()
342 if (check_anti_rollback(&bs->ota[ota_slot]) == false) { in get_active_otadata_with_check_anti_rollback()
344 …rsion, this version is smaller than in the device. This OTA slot will not be selected.", ota_slot); in get_active_otadata_with_check_anti_rollback()