|
2 weeks ago | |
---|---|---|
.. | ||
README.md | 2 weeks ago | |
config.h | 2 weeks ago | |
config.json | 2 weeks ago | |
taiji_pi_s3.cc | 2 weeks ago |
配置编译目标为 ESP32S3:
idf.py set-target esp32s3
打开 menuconfig:
idf.py menuconfig
选择板子:
Xiaozhi Assistant -> Board Type -> 太极小派esp32s3
Xiaozhi Assistant -> taiji-pi-S3 I2S Type -> I2S Type PDM
修改PSRAM配置:
component config -> ESP PSRAM -> SPI RAM config -> Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory
编译:
idf.py build