forked from xiaozhi/xiaozhi-esp32
* Added ESP32-P4 chip support * Add Waveshare ESP32-P4-NANO board support * Add Waveshare ESP32-P4-NANO board support * Add prefix "Waveshare" to waveshare products * Adjust the ESP32-P4-NANO README and fix the index link. * Update code style * Optimize code styles * Adjust to naming requirements * Adjust to naming requirements
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"target": "esp32p4",
|
|
"builds": [
|
|
{
|
|
"name": "waveshare-p4-nano",
|
|
"sdkconfig_append": [
|
|
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
|
|
]
|
|
}
|
|
]
|
|
} |