From 1153da6fc29fb4b3d3ef3908486c4cb399207619 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 13 Nov 2022 15:05:33 +0100 Subject: [PATCH] config_b26: adjust minimum voltage to 24.5V --- utils/config_b26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config_b26.yaml b/utils/config_b26.yaml index 295bc4a..aed7811 100644 --- a/utils/config_b26.yaml +++ b/utils/config_b26.yaml @@ -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