forked from xiaozhi/xiaozhi-esp32
* Adapt boards to v2 partition tables * fix esp log error * fix display style * reset emotion after download assets * fix compiling * update assets default url * Add user only tools * Add image cache * smaller cache and buffer, more heap * use MAIN_EVENT_CLOCK_TICK to avoid audio glitches * bump to 2.0.0 * fix compiling errors --------- Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
23 lines
359 B
Markdown
23 lines
359 B
Markdown
# 使用说明
|
|
|
|
|
|
**编译**
|
|
|
|
```bash
|
|
python ./scripts/release.py m5stack-core-s3
|
|
```
|
|
|
|
如需手动编译,请参考 `m5stack-core-s3/config.json` 修改 menuconfig 对应选项。
|
|
|
|
**烧录**
|
|
|
|
```bash
|
|
idf.py flash
|
|
```
|
|
|
|
> [!NOTE]
|
|
> 进入下载模式:长按复位按键(约3秒),直至内部指示灯亮绿色,松开按键。
|
|
|
|
|
|
|