New Waveshare ESP32-S3-Touch-LCD-4B third party board, 86 box form. (#1199)

Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
Y1hsiaochunnn
2025-09-19 22:42:30 +08:00
committed by GitHub
parent 8d58bdb21b
commit a8687f3736
7 changed files with 530 additions and 1 deletions

View File

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