Files
xiaozhi-esp32/main/boards/lichuang-dev/config.json
2025-05-09 14:00:26 +08:00

11 lines
196 B
JSON

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