feat: support JC3636W518 of taiji-pi-s3 board. (#131)

This commit is contained in:
Wang Yihua
2025-02-09 00:55:30 +08:00
committed by GitHub
parent 380f702637
commit 24c10a607c
6 changed files with 318 additions and 0 deletions

View 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
```