mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-01-13 16:57:17 +08:00
* fix: call flush ready on io ready * eachear: update to v2 partition table but disable class Assets currently * stop gif if previewing an image * feat: build default assets instead of downloading * version updates * fix None error * delay 1s before enter wifi config mode * fix compiling with v1 partition table --------- Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
296 B
296 B
| 1 | # ESP-IDF Partition Table |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0x9000, 0x4000, |
| 4 | otadata, data, ota, 0xd000, 0x2000, |
| 5 | phy_init, data, phy, 0xf000, 0x1000, |
| 6 | factory, app, factory, 0x10000, 0x270000, |
| 7 | assets, data, spiffs, 0x280000, 0x180000, |