feat(firmware): add partition configuration
This commit is contained in:
5
hardware/firmware/partitions.csv
Normal file
5
hardware/firmware/partitions.csv
Normal file
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user