From 2644769255e26f86ff3d2ecdb88e73f7fc835e84 Mon Sep 17 00:00:00 2001 From: MDC Service Date: Wed, 25 May 2022 13:52:15 +0200 Subject: add project files for root folder --- software/partitions.csv | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 software/partitions.csv (limited to 'software/partitions.csv') diff --git a/software/partitions.csv b/software/partitions.csv new file mode 100644 index 0000000..2ea2f45 --- /dev/null +++ b/software/partitions.csv @@ -0,0 +1,9 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap +nvs,data,nvs,0x9000,16K, +otadata,data,ota,0xd000,8K, +phy_init,data,phy,0xf000,4K, +factory,app,factory,0x10000,1M, +ota_0,app,ota_0,0x110000,1M, +ota_1,app,ota_1,0x210000,1M, +storage,data, spiffs, ,768k, -- cgit v1.2.3