From 3a850105a8fe48d4ddc5867ad28756f6811e7aed Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sat, 14 Dec 2024 14:41:00 +0100 Subject: [PATCH] espflash: bump partition size --- espflash.toml | 1 + partitions.csv | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 espflash.toml create mode 100644 partitions.csv diff --git a/espflash.toml b/espflash.toml new file mode 100644 index 0000000..d22b92e --- /dev/null +++ b/espflash.toml @@ -0,0 +1 @@ +partition_table = "partitions.csv" diff --git a/partitions.csv b/partitions.csv new file mode 100644 index 0000000..924878b --- /dev/null +++ b/partitions.csv @@ -0,0 +1,5 @@ +# 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, , 0x6000, +phy_init, data, phy, , 0x1000, +factory, app, factory, , 3M, \ No newline at end of file