mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-01-14 01:07:30 +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>
12 lines
323 B
Markdown
12 lines
323 B
Markdown
## 立创·实战派ESP32-C3开发板
|
||
|
||
1、开发板资料:https://wiki.lckfb.com/zh-hans/szpi-esp32c3
|
||
|
||
2、该开发板 flash 大小为 8MB,编译时注意选择合适的分区表:
|
||
|
||
```
|
||
Partition Table --->
|
||
Partition Table (Custom partition table CSV) --->
|
||
(partitions/v2/8m.csv) Custom partition CSV file
|
||
```
|