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

12 lines
246 B
JSON

{
"target": "esp32c3",
"builds": [
{
"name": "magiclick-c3",
"sdkconfig_append": [
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y"
]
}
]
}