Files
xiaozhi-esp32/main/boards/esp-box-3/config.json
2026-01-31 03:14:50 +08:00

11 lines
193 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "esp-box-3",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}