esp_ota_img_states_t enum
Values
Monitor the first boot. In bootloader this state is changed to ESP_OTA_IMG_PENDING_VERIFY.
First boot for this app was. If while the second boot this state is then it will be changed to ABORTED.
App was confirmed as workable. App can boot and work without limits.
App was confirmed as non-workable. This app will not selected to boot at all.
App could not confirm the workable or non-workable. In bootloader IMG_PENDING_VERIFY state will be changed to IMG_ABORTED. This app will not selected to boot at all.
Undefined. App can boot and work without limits.