Lower UBAT LED threshold
This commit is contained in:
parent
6609947618
commit
130a0dde2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue