Files
xiaozhi-esp32/main/boards/taiji-pi-s3/config.json
DeepStart 5da837541b 增加新版太极小派适配 (#902)
* Add Guition Boards

* Add Product Links

* 适配新版太极派

* 适配新版太极派
2025-07-11 05:46:49 +08:00

11 lines
210 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "taiji-pi-s3",
"sdkconfig_append": [
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y"
]
}
]
}