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;