CITS Sniffer v2: ESP-IDF 5.5 Projektstruktur mit CMakeLists, sdkconfig, partitions_8M

This commit is contained in:
Clawdia
2026-05-18 14:19:34 +02:00
parent 657b2bc1ea
commit 9c1732c364
9 changed files with 5352 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 0x3E0000,
ota_0, app, ota_0, , 0x3E0000,
ota_1, app, ota_1, , 0x3E0000,
storage, data, fat, , 0x200000,
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 0x3E0000
6 ota_0 app ota_0 0x3E0000
7 ota_1 app ota_1 0x3E0000
8 storage data fat 0x200000