diff --git a/hardware/firmware/partitions.csv b/hardware/firmware/partitions.csv new file mode 100644 index 0000000..75c7787 --- /dev/null +++ b/hardware/firmware/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, , 2M, diff --git a/hardware/firmware/platformio.ini b/hardware/firmware/platformio.ini index 604f26c..67efa01 100644 --- a/hardware/firmware/platformio.ini +++ b/hardware/firmware/platformio.ini @@ -16,3 +16,4 @@ lib_deps = matth-x/MicroOcpp@^1.2.0 matth-x/MicroOcppMongoose@^1.2.0 build_flags = -DMO_PLATFORM=MO_PLATFORM_ESPIDF -DMO_MG_USE_VERSION=MO_MG_V715 +board_build.partitions = partitions.csv