Files
xiaozhi-esp32/main/boards/waveshare-c6-touch-amoled-1.32/config.json
Tomato Me ce72f196b7 Add support for Waveshare ESP32-C6-Touch-AMOLED-1.32 board (#1376)
* Add support for Waveshare ESP32-C6-Touch-AMOLED-1.32 board

* Modify the config.json to comply with the rules
2025-11-06 15:53:54 +08:00

11 lines
217 B
JSON

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