mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 07:14:23 +01:00
main app blinks orange while downloading update to sd card factory app does a solid orange while writing the update from the sdcard to flash
279 B
279 B
| 1 | # ESP-IDF Partition Table |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0x9000, 0x4000, |
| 4 | otadata, data, ota, 0xd000, 0x2000, |
| 5 | phy_init, data, phy, 0xf000, 0x1000, |
| 6 | factory, app, factory, 0x10000, 448K, |
| 7 | ota_0, app, ota_0, 0x80000, 3584K, |