mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2025-07-03 08:47:30 +08:00

* Update README.md * Update config.h 增加MCP控制方式 * Update esp32_cgc_board.cc 增加MCP控制方式 * Update CMakeLists.txt 增加ESP32 CGC 144开发板 * Update Kconfig.projbuild 增加ESP32 CGC 144开发板 * Create README.md 增加ESP32 CGC 144开发板 * Add files via upload * Update config.h 修改注释 * Update Kconfig.projbuild 增加ESP32语言唤醒支持(目前需要开启PSRAM) * Add files via upload Add wake word to esp32 * Update sdkconfig.defaults.esp32 增加看门狗超时
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions/v1/4m.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions/v1/4m.csv"
|
|
CONFIG_SR_WN_WN9_NIHAOXIAOZHI_TTS=y
|
|
CONFIG_ESP_TASK_WDT_TIMEOUT_S=20
|