添加了摄像头和触控支持 (#772)

Co-authored-by: flyingtjy <flyingtjy@gmail.com>
This commit is contained in:
flying1425
2025-06-06 14:27:26 +08:00
committed by GitHub
parent 5c51fbc2f8
commit dc4e82abaf
3 changed files with 128 additions and 7 deletions

View File

@@ -3,7 +3,9 @@
"builds": [
{
"name": "esp32-s3-touch-lcd-3.5",
"sdkconfig_append": []
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
]
}
]
}