config_b26: adjust minimum voltage to 24.5V

This commit is contained in:
Thomas Kolb 2022-11-13 15:05:33 +01:00
parent a140b3ade6
commit 1153da6fc2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ config:
# Voltage above which the load is turned on (in mV).
U_BAT_LOAD_ON: 27000
# Voltage below which the load is turned off (in mV).
U_BAT_LOAD_OFF: 24000
U_BAT_LOAD_OFF: 24500
# Current at which the overload protection triggers (in mA).
LOAD_CURRENT_LIMIT_MA: 10000