From fbb5ba7e6455dd2d4c9f2e35dc316190764c286e Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Mon, 13 Dec 2021 23:23:12 +0100 Subject: [PATCH] partitions --- esp32_partitions.csv => esp32_partitions_castom.csv | 0 esp32_partitions_default.csv | 6 ++++++ 2 files changed, 6 insertions(+) rename esp32_partitions.csv => esp32_partitions_castom.csv (100%) create mode 100644 esp32_partitions_default.csv diff --git a/esp32_partitions.csv b/esp32_partitions_castom.csv similarity index 100% rename from esp32_partitions.csv rename to esp32_partitions_castom.csv diff --git a/esp32_partitions_default.csv b/esp32_partitions_default.csv new file mode 100644 index 00000000..5d1cef19 --- /dev/null +++ b/esp32_partitions_default.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000, +otadata, data, ota, 0xe000, 0x2000, +app0, app, ota_0, 0x10000, 0x140000, +app1, app, ota_1, 0x150000,0x140000, +spiffs, data, spiffs, 0x290000,0x170000, \ No newline at end of file