Does the ESP32 OTA process support resuming transmission after power failure?
Posted: Tue May 28, 2024 5:21 am
Does the OTA process of ESP32S3 support saving the flashing progress, and can it resume the OTA process from the previous position after power-off and restart?
For example, if there are 20 frames of OTA data to be transmitted, and 10 frames of data have been transmitted and flashed successfully through the esp_ota_write() function, can ESP32 start transmitting from the 11th frame after restarting and continue the OTA process?
For example, if there are 20 frames of OTA data to be transmitted, and 10 frames of data have been transmitted and flashed successfully through the esp_ota_write() function, can ESP32 start transmitting from the 11th frame after restarting and continue the OTA process?