Files
xiaozhi-esp32/main/boards/nulllab-ai-vox-v3/config.json
2026-04-16 19:31:53 +08:00

10 lines
148 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "nulllab-ai-vox-v3",
"sdkconfig_append": ["CONFIG_ESP_CONSOLE_NONE=y"]
}
]
}