factory, ota: add ota led status

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
This commit is contained in:
decentclock
2022-09-28 17:22:56 -04:00
parent 7d39855751
commit fcdd2ace7f
6 changed files with 70 additions and 17 deletions

View File

@@ -3,5 +3,5 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 377K,
ota_0, app, ota_0, 0x70000, 3648K,
factory, app, factory, 0x10000, 448K,
ota_0, app, ota_0, 0x80000, 3584K,
1 # ESP-IDF Partition Table
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 377K, factory, app, factory, 0x10000, 448K,
7 ota_0, app, ota_0, 0x70000, 3648K, ota_0, app, ota_0, 0x80000, 3584K,