项目文件夹

文件
wehub-resource-sync a44f9c719c
Build Boards / Determine variants to build (push) Has been cancelled
Build Boards / Build ${{ matrix.full_name }} (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:18 +08:00

372 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,
7ota_0, app, ota_0, 0x100000, 5M,
8ota_1, app, ota_1, 0x700000, 5M,
9assets_A, data, spiffs, , 4000K,