Files
xiaozhi-esp32/main/boards/esp32-s3-touch-lcd-3.5/config.json
flying1425 dc4e82abaf 添加了摄像头和触控支持 (#772)
Co-authored-by: flyingtjy <flyingtjy@gmail.com>
2025-06-06 14:27:26 +08:00

11 lines
216 B
JSON

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