setup sdkconfig and clean main

This commit is contained in:
2026-07-20 16:31:52 -05:00
parent 67a85f2c11
commit 8ce58f411e
4 changed files with 25 additions and 142 deletions
+8
View File
@@ -0,0 +1,8 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,,0x4000,
otadata,data,ota,,0x2000,
phy_init,data,phy,,0x1000,
factory,app,factory,,0x11000,
ota_0,app,ota_0,,3M,
ota_1,app,ota_1,,3M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs,data,nvs,,0x4000,
4 otadata,data,ota,,0x2000,
5 phy_init,data,phy,,0x1000,
6 factory,app,factory,,0x11000,
7 ota_0,app,ota_0,,3M,
8 ota_1,app,ota_1,,3M,