Files
xiaozhi-esp32/main/boards/rymcu-bigsmart/config.json
2026-04-23 20:44:35 +08:00

12 lines
199 B
JSON

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