feat: New support for third-party boards: waveshare ESP32-C6-Touch-AMOLED-1.8 (#1656)

* content: New support for third-party boards: waveshare ESP32-C6-Touch-AMOLED-1.8

* content: Change the TAG of ESP32-C6-Touch-AMOLED-1.8

* content: Change the config.json of ESP32-C6-Touch-AMOLED-1.8
This commit is contained in:
Y1hsiaochunnn
2026-01-15 19:10:28 +08:00
committed by GitHub
parent e3ed350b8b
commit c9fa5fabc5
6 changed files with 399 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"target": "esp32c6",
"builds": [
{
"name": "waveshare-c6-touch-amoled-1.8",
"sdkconfig_append": [
"CONFIG_USE_ESP_WAKE_WORD=y"
]
}
]
}