Init 1st demo

This commit is contained in:
2025-04-05 09:06:54 +02:00
commit 38fafcc06c
16 changed files with 4696 additions and 0 deletions

6
partitions.csv Normal file
View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x3c0000,
fr, data, , 0x3d0000, 0x20000,
coredump, data, coredump,0x3f0000, 0x10000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x3c0000
5 fr data 0x3d0000 0x20000
6 coredump data coredump 0x3f0000 0x10000