Files
xiaozhi-esp32/main/boards/waveshare-s3-touch-lcd-3.5b/config.json
2025-12-09 17:20:01 +08:00

11 lines
231 B
JSON

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