mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Remove HVIL Event since it was misleading on some packs
This commit is contained in:
parent
2bad768263
commit
e944951c55
1 changed files with 0 additions and 7 deletions
|
@ -86,13 +86,6 @@ void VolvoSpaBattery::
|
|||
}
|
||||
}
|
||||
|
||||
//Raise event if HVIL connector not seated
|
||||
if ((datalayer_extended.VolvoPolestar.HVILstatusBits & 0x03) > 0) {
|
||||
set_event(EVENT_HVIL_FAILURE, datalayer_extended.VolvoPolestar.HVILstatusBits);
|
||||
} else {
|
||||
clear_event(EVENT_HVIL_FAILURE);
|
||||
}
|
||||
|
||||
#ifdef DEBUG_LOG
|
||||
uint8_t cnt = 0;
|
||||
logging.print("BMS reported SOC%: ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue