forked from xiaozhi/xiaozhi-esp32
Add support for the Waveshare ESP32-C6-Touch-AMOLED-2.06 third-party board (#1342)
* Add support for the Waveshare ESP32-C6-Touch-AMOLED-2.06 third-party board * Fix the known issues * Fix the name * Update screen brightness * readme content error correction
This commit is contained in:
11
main/boards/waveshare-c6-touch-amoled-2.06/config.json
Normal file
11
main/boards/waveshare-c6-touch-amoled-2.06/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-c6-touch-amoled-2.06",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_ESP_WAKE_WORD=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user