added 8MB custom partition table
This commit is contained in:
parent
a26da655ff
commit
76f4630b6b
9
partitions_user_ota_8M.csv
Normal file
9
partitions_user_ota_8M.csv
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs,data,nvs, 0x9000,0x8000,
|
||||
otadata,data,ota, ,0x2000,
|
||||
phy_init,data,phy, ,0x1000,
|
||||
nvs_key,data,nvs_keys, ,0x1000,
|
||||
ota_0,app,ota_0, 0x20000,0x300000,
|
||||
ota_1,app,ota_1, ,0x300000,
|
||||
storage,data,spiffs, ,0x1E0000,
|
||||
|
|
|
@ -10,4 +10,6 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
|
|||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_user_ota.csv"
|
||||
|
||||
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|
||||
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|
||||
CONFIG_LWIP_MAX_SOCKETS=14
|
||||
CONFIG_SPIFFS_OBJ_NAME_LEN=128
|
||||
Loading…
Reference in New Issue
Block a user