Files
xiaozhi-esp32/main/boards/magiclick-c3/config.json
MakerM0 b587e45562 给magiclick-c3系列板子增加低功耗模式 (#273)
* 给magiclick-c3系列板子增加低功耗模式

light-sleep

* Update magiclick_c3_board.cc
2025-03-05 01:16: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"
]
}
]
}