mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Support FS update in two steps (#6505)
* Support FS update in two steps
This commit is contained in:
committed by
david gauchard
parent
40f456aca3
commit
45d71ae4bd
@ -646,6 +646,8 @@ Update process - memory view
|
||||
- the new sketch is now copied "over" the old one.
|
||||
- the new sketch is started.
|
||||
|
||||
By default, filesystem updates are overriding the target flash directly. In order to use the same two step process set the `ATOMIC_FS_UPDATE` flag.
|
||||
|
||||
.. figure:: update_memory_copy.png
|
||||
:alt: Memory layout for OTA updates
|
||||
|
||||
|
Reference in New Issue
Block a user