forked from xiaozhi/xiaozhi-esp32
* Modify the MIPILCDDISPLAY class * Added Waveshare ESP32-P4-WIFI6-Touch-LCD-7B third party board * Add config,json for Waveshare ESP32-P4 series boards * Fix some errors
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"target": "esp32p4",
|
|
"builds": [
|
|
{
|
|
"name": "waveshare-p4-wifi6-touch-lcd-7b",
|
|
"sdkconfig_append": [
|
|
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
|
|
"CONFIG_USE_DEVICE_AEC=y"
|
|
]
|
|
}
|
|
]
|
|
} |