forked from xiaozhi/xiaozhi-esp32
feat: support JC3636W518 of taiji-pi-s3 board. (#131)
This commit is contained in:
25
main/boards/taiji-pi-s3/README.md
Normal file
25
main/boards/taiji-pi-s3/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 编译配置命令
|
||||
|
||||
**配置编译目标为 ESP32S3:**
|
||||
|
||||
```bash
|
||||
idf.py set-target esp32s3
|
||||
```
|
||||
|
||||
**打开 menuconfig:**
|
||||
|
||||
```bash
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
**选择板子:**
|
||||
|
||||
```
|
||||
Xiaozhi Assistant -> Board Type -> 太极小派esp32s3
|
||||
```
|
||||
|
||||
**编译:**
|
||||
|
||||
```bash
|
||||
idf.py build
|
||||
```
|
||||
Reference in New Issue
Block a user