Files
xiaozhi-esp32/main/boards/magiclick-c3/config.json
Xiaoxia ae57131c15 Add wake word to xmini-c3 (#730)
* esp-hi: MCP protocol is not ready yet

* Add wake word to xmini-c3
2025-05-31 22:21:03 +08:00

13 lines
292 B
JSON

{
"target": "esp32c3",
"builds": [
{
"name": "magiclick-c3",
"sdkconfig_append": [
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y",
"CONFIG_USE_ESP_WAKE_WORD=n"
]
}
]
}