From 6fcdb26621fcda5080e9547866446e538eb45026 Mon Sep 17 00:00:00 2001 From: Jasper Date: Thu, 31 Mar 2022 19:23:32 +0200 Subject: [PATCH] Lower UBAT LED threshold to 11V --- 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 62018e1..c8705c5 100644 --- a/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp +++ b/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.cpp @@ -156,7 +156,7 @@ void update_LED() { ((Vehicle_data.t_mot - 40) != 0xC8); // 105°C temp.water und !=200 bool g_auto = Vehicle_data.drs_active; - bool u_batt = Vehicle_data.u_batt <= 0xA9; // 11.95V batt.spann. + bool u_batt = Vehicle_data.u_batt <= 0x8E; // 11V batt.spann. bool e_dros = Vehicle_data.e_thro; // error-bit bool rev_lim = Vehicle_data.rev_lim;