ESP32-xiaozhi-esp32/main/boards/taiji-pi-s3
2025-03-05 09:37:13 +08:00
..
config.h feat: support JC3636W518 of taiji-pi-s3 board. (#131) 2025-02-09 00:55:30 +08:00
config.json add config.json to boards for auto building 2025-02-18 00:52:37 +08:00
README.md feat: support JC3636W518 of taiji-pi-s3 board. (#131) 2025-02-09 00:55:30 +08:00
taiji_pi_s3.cc Add Backlight and PowerSaveTimer 2025-03-05 09:37:13 +08:00

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> 太极小派esp32s3

编译:

idf.py build