Initial commit

This commit is contained in:
2026-04-26 21:35:04 +08:00
commit da6ca1b09a
1483 changed files with 115719 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"manufacturer": "waveshare",
"target": "esp32c6",
"builds": [
{
"name": "esp32-c6-touch-amoled-2.16",
"sdkconfig_append": [
"CONFIG_USE_ESP_WAKE_WORD=y",
"CONFIG_USE_DEFAULT_MESSAGE_STYLE=y",
"CONFIG_USE_MULTILINE_CHAT_MESSAGE=y"
]
}
]
}