summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--partitions.csv11
1 files changed, 7 insertions, 4 deletions
diff --git a/partitions.csv b/partitions.csv
index e0c3b166..3cc251a7 100644
--- a/partitions.csv
+++ b/partitions.csv
@@ -1,6 +1,9 @@
# ESP-IDF Partition Table
-# Name, Type, SubType, Offset, Size, Flags
-nvs, data, nvs, 0x9000, 0x6000,
-phy_init, data, phy, 0xf000, 0x1000,
-factory, app, factory, 0x10000, 8M,
+# Name, Type, SubType, Offset, Size, Flags
+nvs, data, nvs, 0x9000, 0x4000,
+otadata, data, ota, 0xd000, 0x2000,
+phy_init, data, phy, 0xf000, 0x1000,
+ota_0, app, ota_0, 0x10000, 4M,
+ota_1, app, ota_1, 0x410000, 4M,
+assets, data, fat, 0x810000, 6M,