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