Files
xiaozhi-esp32/main/boards/waveshare-c6-touch-amoled-1.32/config.json

11 lines
217 B
JSON
Raw Normal View History

{
"target": "esp32c6",
"builds": [
{
"name": "waveshare-c6-touch-amoled-1.32",
"sdkconfig_append": [
"CONFIG_USE_ESP_WAKE_WORD=y"
]
}
]
}