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.
7 lines
299 B
Plaintext
7 lines
299 B
Plaintext
# Epsilon Bot - Partition Table (Single app, no OTA, 4MB flash)
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x6000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
fctry, data, nvs, 0x10000, 0x6000,
|
|
factory, app, factory, 0x20000, 0x3E0000,
|