修复不关机补充

This commit is contained in:
yrx
2026-06-23 11:09:33 +08:00
parent 02d3e18d35
commit 440e34097c
5 changed files with 16 additions and 9 deletions

View File

@@ -341,7 +341,7 @@ PIN_MAPPINGS = {
}
# ==================== 电源配置 ====================
AUTO_POWER_OFF_IN_SECONDS = 10 * 60 # 自动关机时间0表示不自动关机
AUTO_POWER_OFF_IN_SECONDS = 0 # 自动关机时间0表示不自动关机
BATTERY_SOC_LPF_ALPHA = 0.5
BATTERY_SOC_AVG_WINDOW = 5