Files
xiaozhi-esp32/main/boards/waveshare-s3-touch-lcd-3.49/config.json

12 lines
264 B
JSON
Raw Normal View History

{
"target": "esp32s3",
"builds": [
{
"name": "waveshare-s3-touch-lcd-3.49",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}