Files
QingLong/XiaoZhi/xiaozhi-esp32/main/boards/df-k10/config.json
2025-08-15 09:13:13 +08:00

11 lines
191 B
JSON

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