Files
xiaozhi-esp32/main/boards/waveshare/esp32-s3-lcd-0.85/config.json
2026-03-20 11:03:29 +08:00

12 lines
246 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "esp32-s3-lcd-0.85",
"sdkconfig_append": [
"CONFIG_USE_ESP_WAKE_WORD=y"
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}