Files
xiaozhi-esp32/main/boards/df-k10/config.json

12 lines
236 B
JSON
Raw Normal View History

{
"target": "esp32s3",
"builds": [
{
"name": "df-k10",
"sdkconfig_append": [
"CONFIG_SPIRAM_MODE_OCT=y",
"CONFIG_IOT_PROTOCOL_MCP=y"
]
}
]
}