From 8d8a626135a57d30e318081ccd1dba0234200d1b Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Fri, 19 Sep 2025 14:40:10 +0200 Subject: [PATCH] Added custom schematic for new boardmanager. Use ciustom as partition scheme --- partitions.csv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 partitions.csv diff --git a/partitions.csv b/partitions.csv new file mode 100644 index 0000000..907e9aa --- /dev/null +++ b/partitions.csv @@ -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, \ No newline at end of file