forked from xiaozhi/xiaozhi-esp32
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
This commit is contained in:
11
main/boards/waveshare-c6-touch-amoled-1.32/config.json
Normal file
11
main/boards/waveshare-c6-touch-amoled-1.32/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"target": "esp32c6",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-c6-touch-amoled-1.32",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_ESP_WAKE_WORD=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user