ref: c0638c600707805b84757177c3e1ea61e1e026e0
doc/bootloader/boot.puml
@startuml MCU -> Bootloader: reset activate Bootloader Bootloader -> Bootloader: Recover? (no) Bootloader -> Bootloader: New version? (no) Bootloader -> Application: Jump to primary slot deactivate Bootloader activate Application note right: This is the current version of the firmware Application -> Application: OTA procedure note right: Download a new firmware version and\n store it in secondary slot Application -> MCU: Reset deactivate Application @enduml