增加电量显示和睡眠 (#444)

This commit is contained in:
MakerM0
2025-04-04 15:37:40 +08:00
committed by GitHub
parent 464633e7a1
commit eae0ca9315
4 changed files with 335 additions and 32 deletions

View File

@@ -3,7 +3,10 @@
"builds": [
{
"name": "magiclick-2p5",
"sdkconfig_append": []
"sdkconfig_append": [
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y"
]
}
]
}