HB, OTA etc

This commit is contained in:
2026-04-22 20:11:55 +03:00
parent 4100931deb
commit cb1014c950
76 changed files with 3157 additions and 232 deletions

7
esp32/partitions.csv Normal file
View File

@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xe000, 0x2000
phy_init, data, phy, 0x10000, 0x1000
ota_0, app, ota_0, 0x20000, 0x140000
ota_1, app, ota_1, 0x160000, 0x140000
1 # Name Type SubType Offset Size
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 phy_init data phy 0x10000 0x1000
5 ota_0 app ota_0 0x20000 0x140000
6 ota_1 app ota_1 0x160000 0x140000