Files
xiaozhi-esp32/main/boards/waveshare-s3-touch-lcd-4b/config.json
2025-09-19 22:42:30 +08:00

12 lines
262 B
JSON

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