mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge branch 'main' into improvement/debug-at-runtime
This commit is contained in:
commit
d2098e1de5
3 changed files with 15 additions and 5 deletions
|
@ -260,7 +260,7 @@ String get_event_message_string(EVENTS_ENUM_TYPE event) {
|
|||
case EVENT_PRECHARGE_FAILURE:
|
||||
return "Battery failed to precharge. Check that capacitor is seated on high voltage output.";
|
||||
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:
|
||||
return "High voltage cable removed while battery running. Opening contactors!";
|
||||
case EVENT_INVERTER_OPEN_CONTACTOR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue