From 130a0dde2f133c9a0d54f48595b296636527a96d Mon Sep 17 00:00:00 2001 From: Jasper Date: Thu, 17 Mar 2022 00:09:54 +0100 Subject: [PATCH] Lower UBAT LED threshold --- lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp b/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp index 312095e..96a897f 100644 --- a/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp +++ b/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp @@ -155,7 +155,7 @@ void update_LED() { ((Vehicle_data.t_mot - 40) != 0xC8); // 105°C temp.water und !=200 bool g_auto = Vehicle_data.g_auto; - bool u_batt = Vehicle_data.u_batt <= 0xB1; // 12.5V batt.spann. + bool u_batt = Vehicle_data.u_batt <= 0xA9; // 11.95V batt.spann. bool e_dros = Vehicle_data.e_thro; // error-bit bool rev_lim = Vehicle_data.rev_lim;