Files
xiaozhi-esp32/main/boards/waveshare-s3-rlcd-4.2/config.json
2026-01-15 19:14:42 +08:00

12 lines
258 B
JSON

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