small tweak on partitions

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-09-19 15:46:31 +02:00
parent 8d8a626135
commit 6668699bfc

View File

@@ -1,5 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
phy_init, data, phy, 0xe000, 0x1000,
factory, app, factory, 0x10000, 0x370000,
spiffs, data, spiffs, 0x380000, 0x80000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x370000,
spiffs, data, spiffs, 0x380000, 0x70000,
coredump, data, coredump,0x3F0000, 0x10000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 phy_init otadata data phy ota 0xe000 0x1000 0x2000
4 factory app0 app factory ota_0 0x10000 0x370000
5 spiffs data spiffs 0x380000 0x80000 0x70000
6 coredump data coredump 0x3F0000 0x10000