mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update comment on HVIL
This commit is contained in:
parent
605cdcc8ab
commit
27304e536c
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ const char* get_event_message_string(EVENTS_ENUM_TYPE event) {
|
|||
return "ERROR: State of health critically low. Battery internal resistance too high to continue. Recycle "
|
||||
"battery.";
|
||||
case EVENT_HVIL_FAILURE:
|
||||
return "ERROR: Battery interlock loop broken. Check that high voltage connectors are seated. Battery will be "
|
||||
"disabled!";
|
||||
return "ERROR: Battery interlock loop broken. Check that high voltage / low voltage connectors are seated. "
|
||||
"Battery will be disabled!";
|
||||
case EVENT_PRECHARGE_FAILURE:
|
||||
return "Info: Battery failed to precharge. Check that capacitor is seated on high voltage output.";
|
||||
case EVENT_INTERNAL_OPEN_FAULT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue