Added custom schematic for new boardmanager. Use ciustom as partition scheme

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-09-19 14:40:10 +02:00
parent 1bca1c09c9
commit 8d8a626135

5
partitions.csv Normal file
View File

@@ -0,0 +1,5 @@
# 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,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 phy_init data phy 0xe000 0x1000
4 factory app factory 0x10000 0x370000
5 spiffs data spiffs 0x380000 0x80000