Files
xiaozhi-esp32/main/boards/esp-box-3/config.json

11 lines
196 B
JSON

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