Files
0Xiao0 165219cee0
Some checks failed
Build Boards / Determine boards to build (push) Has been cancelled
Build Boards / Build ${{ matrix.board }} (push) Has been cancelled
first commit
2026-02-02 14:29:15 +08:00

289 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6model, data, spiffs, 0x10000, 0xF0000,
7factory, app, factory, 0x100000, 3M,