Switch from single factory partition to dual OTA layout (ota_0/ota_1). Add partitions_noota.csv as fallback for development builds. Remove sdkconfig.defaults from tracking (generated by deploy.py). Add sdkconfig.defaults.example with placeholder values.
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
# Epsilon Bot - Custom Partition Table (OTA dual-app, 4MB flash)
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x4000,
|
|
otadata, data, ota, 0xd000, 0x2000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
fctry, data, nvs, 0x10000, 0x6000,
|
|
ota_0, app, ota_0, 0x20000, 0x1E0000,
|
|
ota_1, app, ota_1, 0x200000, 0x1E0000,
|