add documentation: what happens when an update gets aborted #8101
Labels
Status: In Progress
Issue is in progress
Type: Documentation
Issue pertains to Documentation of Arduino ESP32
Related area
Update.h
Hardware specification
any ESP32 board
Is your feature request related to a problem?
It is unclear from the documentation what happens when an OTA update is aborted.
Update.h
includes some documentation of theend
method but nothing about theabort
method and no mention of power failure during update, etc.Will the ESP32 be able to continue running seamlessly? Or will the flash content be corrupted? How to recover if a new firmware has been written to flash only in half and the ESP32 does not work anymore?
Describe the solution you'd like
documentation of the answers mentioned in the problem description
Describe alternatives you've considered
I interrupted power supply during flashing and my ESP32 continued to work seemlessly with the old image. However, this test is probably not very useful because both firmwares were similar...
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: