New Waveshare ESP32-S3-Touch-LCD-1.83 third-party board is available (#1323)

This commit is contained in:
Y1hsiaochunnn
2025-10-25 02:28:02 +08:00
committed by GitHub
parent e8ed16bb42
commit 7a85430465
6 changed files with 334 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"target": "esp32s3",
"builds": [
{
"name": "waveshare-s3-touch-lcd-1.83",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}