Files
QingLong/XiaoZhi/xiaozhi-esp32/main/boards/m5stack-core-s3/config.json

11 lines
201 B
JSON
Raw Normal View History

2025-08-15 09:13:13 +08:00
{
"target": "esp32s3",
"builds": [
{
"name": "m5stack-core-s3",
"sdkconfig_append": [
"CONFIG_SPIRAM_MODE_QUAD=y"
]
}
]
}