espilon-source/espilon_bot/partitions_noota.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

299 B

1# Epsilon Bot - Partition Table (Single app, no OTA, 4MB flash)
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x6000,
4phy_init, data, phy, 0xf000, 0x1000,
5fctry, data, nvs, 0x10000, 0x6000,
6factory, app, factory, 0x20000, 0x3E0000,