diff --git a/partitions_custom.csv b/partitions_custom.csv new file mode 100644 index 00000000..86202b53 --- /dev/null +++ b/partitions_custom.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +ota_0, app, ota_0, 0x10000, 0x1A0000 +ota_1, app, ota_1, , 0x1A0000 +otadata, data, ota, 0x350000, 0x2000 +nvs, data, nvs, , 0x6000 +data, data, spiffs, , 0xA8000 \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index 16f15936..83d84cae 100644 --- a/platformio.ini +++ b/platformio.ini @@ -23,7 +23,7 @@ lib_deps= Adafruit BMP280 Library Adafruit BME280 Library -#board_build.partitions = partitions_custom.csv +board_build.partitions = partitions_custom.csv [env:esp32dev] platform = espressif32