Add files via upload

This commit is contained in:
FURK4NGG
2025-10-16 19:52:09 +03:00
committed by GitHub
parent 02e0ac3554
commit 421ace96a9
7 changed files with 2332 additions and 0 deletions
+6
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