Files
JC-ESP32P4-M3-DEV/1-Demo/IDF-DEMO/xiaozhi-esp32/main/boards/taiji-pi-s3
2025-09-05 18:58:05 +02:00
..
2025-09-05 18:58:05 +02:00
2025-09-05 18:58:05 +02:00
2025-09-05 18:58:05 +02:00
2025-09-05 18:58:05 +02:00

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

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

编译:

idf.py build