Port to ESP32
This commit is contained in:
6
partitions.csv
Normal file
6
partitions.csv
Normal file
@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# Optimized for 2MB flash - 2 large OTA slots (no factory partition)
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
phy_init, data, phy, 0xd000, 0x1000,
|
||||
ota_0, app, ota_0, 0x10000, 0xF0000,
|
||||
ota_1, app, ota_1, 0x100000, 0xF0000,
|
||||
|
Reference in New Issue
Block a user