mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Update event for precharge failure
This commit is contained in:
parent
d715d169fe
commit
d20712f301
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ String get_event_message_string(EVENTS_ENUM_TYPE event) {
|
||||||
case EVENT_PRECHARGE_FAILURE:
|
case EVENT_PRECHARGE_FAILURE:
|
||||||
return "Battery failed to precharge. Check that capacitor is seated on high voltage output.";
|
return "Battery failed to precharge. Check that capacitor is seated on high voltage output.";
|
||||||
case EVENT_AUTOMATIC_PRECHARGE_FAILURE:
|
case EVENT_AUTOMATIC_PRECHARGE_FAILURE:
|
||||||
return "Automatic precharge failed to reach target voltae.";
|
return "Automatic precharge FAILURE. Failed to reach target voltage or BMS timeout. Reboot emulator to retry!";
|
||||||
case EVENT_INTERNAL_OPEN_FAULT:
|
case EVENT_INTERNAL_OPEN_FAULT:
|
||||||
return "High voltage cable removed while battery running. Opening contactors!";
|
return "High voltage cable removed while battery running. Opening contactors!";
|
||||||
case EVENT_INVERTER_OPEN_CONTACTOR:
|
case EVENT_INVERTER_OPEN_CONTACTOR:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue