feature: Add dfrobot-k10 vision recognition (#688)

This commit is contained in:
YeezB
2025-05-27 21:44:03 +08:00
committed by GitHub
parent 12cf213351
commit 030a6b9da2
3 changed files with 81 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
{
"name": "df-k10",
"sdkconfig_append": [
"CONFIG_SPIRAM_MODE_OCT=y"
"CONFIG_SPIRAM_MODE_OCT=y",
"CONFIG_IOT_PROTOCOL_MCP=y"
]
}
]