Lower UBAT LED threshold

This commit is contained in:
Jasper Blanckenburg 2022-03-17 00:09:54 +01:00
parent 6609947618
commit 130a0dde2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;