first commit

This commit is contained in:
2026-01-14 20:38:59 -06:00
commit 95ace3cd02
12 changed files with 4832 additions and 0 deletions

5
partitions.csv Normal file
View File

@@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 30M,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x4000
3 otadata data ota 0x2000
4 phy_init data phy 0x1000
5 factory app factory 30M