Files
xiaozhi-esp32/main/boards/lichuang-dev/config.json
Xiaoxia 911fee2d85 Update README (#1251)
* Upgrade to the latest ml307 component

* update README
2025-10-02 03:29:16 +08:00

11 lines
196 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "lichuang-dev",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}