feat: add partition configuration and update SDK settings for improved hardware support
This commit is contained in:
12
partitions.csv
Normal file
12
partitions.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# NVS 256KB
|
||||
nvs, data, nvs, , 0x40000,
|
||||
# OTA Data 8KB
|
||||
otadata, data, ota, , 0x2000,
|
||||
# PHY Init 4KB
|
||||
phy_init, data, phy, , 0x1000,
|
||||
# OTA Partitions 10MB
|
||||
ota_0, app, ota_0, , 0xA00000,
|
||||
ota_1, app, ota_1, , 0xA00000,
|
||||
# SPIFFS 11MB
|
||||
storage, data, spiffs, , 0xB00000,
|
||||
|
Reference in New Issue
Block a user