增加DFRobot ESP32-S3 AI智能摄像头模块,适配视觉识别功能 (#692)

* 增加 DFRobot ESP32-S3 AI智能摄像头模块

* 适配视觉识别功能

* 修改dfrobot-esp32-s3-ai-cam为df-s3-ai-cam
This commit is contained in:
HonestQiao
2025-05-27 21:43:01 +08:00
committed by GitHub
parent da62523765
commit 12cf213351
6 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"target": "esp32s3",
"builds": [
{
"name": "df-s3-ai-cam",
"sdkconfig_append": [
"CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=10",
"CONFIG_ESP_PHY_MAX_TX_POWER=10",
"CONFIG_SPIRAM_MODE_OCT=y",
"CONFIG_IOT_PROTOCOL_MCP=y"
]
}
]
}