ESP32-xiaozhi-esp32/main/boards/bread-compact-esp32
2025-09-19 00:33:33 +08:00
..
config.h ESP32 Wifi And 4G Merge In All (#1219) 2025-09-19 00:33:33 +08:00
config.json Detect wake word model from index.json (#1211) 2025-09-17 08:31:51 +08:00
esp32_bread_board.cc ESP32 Wifi And 4G Merge In All (#1219) 2025-09-19 00:33:33 +08:00
README.md Detect wake word model from index.json (#1211) 2025-09-17 08:31:51 +08:00

编译配置命令

配置编译目标为 ESP32

idf.py set-target esp32

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> 面包板 ESP32 DevKit

编译:

idf.py build