Files
xiaozhi-esp32/partitions/v1/16m_echoear.csv
espressif2022 cd23e0f155 feat: add emote_gfx UI for EchoEar (#1022)
* feat: add emote_gfx UI for EchoEar

* feat: delete local assets
2025-08-01 18:07:13 +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,