Files
xiaozhi-esp32/main/boards/doit-s3-aibox/config.json
HonestQiao 4ef6ef3552 增加四博智联AI陪伴盒子 (#309)
* 添加四博智联AI陪伴盒子适配,典型pdm麦克风设备

* doit_s3_aibox LED切换到GPIO LED

* doit_s3_aibox 添加说明文件

* doit_s3_aibox 音量最大值设置到100
2025-04-13 07:04:46 +08:00

10 lines
155 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "doit-s3-aibox",
"sdkconfig_append": [
]
}
]
}