config_b26: adjust minimum voltage to 24.5V
This commit is contained in:
parent
a140b3ade6
commit
1153da6fc2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue