Files
xiaozhi-esp32/main/boards/otto-robot/config.json

9 lines
139 B
JSON
Raw Normal View History

{
"target": "esp32s3",
"builds": [
{
"name": "otto-robot",
"sdkconfig_append": []
}
]
}