|
hai 2 semanas | |
---|---|---|
.. | ||
README.md | hai 2 semanas | |
config.h | hai 2 semanas | |
config.json | hai 2 semanas | |
df_k10_board.cc | hai 2 semanas | |
k10_audio_codec.cc | hai 2 semanas | |
k10_audio_codec.h | hai 2 semanas | |
led_control.cc | hai 2 semanas | |
led_control.h | hai 2 semanas |
配置编译目标为 ESP32S3:
idf.py set-target esp32s3
打开 menuconfig:
idf.py menuconfig
选择板子:
Xiaozhi Assistant -> Board Type -> DFRobot 行空板 K10
修改 psram 配置:
Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Octal Mode PSRAM
编译:
idf.py build