espilon-source/espilon_bot/partitions.csv
Eun0us c193e30671 build: dual OTA partition layout + sdkconfig credential cleanup
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.
2026-02-28 20:09:14 +01:00

392 B

1# Epsilon Bot - Custom Partition Table (OTA dual-app, 4MB flash)
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6fctry, data, nvs, 0x10000, 0x6000,
7ota_0, app, ota_0, 0x20000, 0x1E0000,
8ota_1, app, ota_1, 0x200000, 0x1E0000,