ClusterDuck-Protocol icon indicating copy to clipboard operation
ClusterDuck-Protocol copied to clipboard

OTA Updates Using Captive Portal Improvements: Better HTTP Handling

Open nfeuer opened this issue 5 years ago • 1 comments

Describe the solution you'd like Currently, it just reboots at the end of a successful update, which means the client is going to time-out eventually and doesn't give any feedback. So the client cant tell if the update actually worked or if something explode-rebooted

some reference links: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ota.html https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/app_image_format.html

Broken out from original OTA issue

nfeuer avatar Jan 12 '21 18:01 nfeuer

Also, need to look into interrupts from the Application Layer during OTA, Wifi keeps trying to connect and interrupts the upload of binary

TimoWielink avatar Mar 15 '22 15:03 TimoWielink