Files
xiaozhi-esp32/main/boards/waveshare-p4-wifi6-touch-lcd-7b/config.json

12 lines
268 B
JSON
Raw Normal View History

{
"target": "esp32p4",
"builds": [
{
"name": "waveshare-p4-wifi6-touch-lcd-7b",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}