Files
xiaozhi-esp32/main/boards/waveshare-c6-touch-amoled-1.43/config.json
2025-09-05 13:25:11 +08:00

11 lines
217 B
JSON

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