mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Improve wording on enable event
This commit is contained in:
parent
1bc007d0f3
commit
792eac2858
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ const char* get_event_message_string(EVENTS_ENUM_TYPE event) {
|
|||
case EVENT_MODBUS_INVERTER_MISSING:
|
||||
return "Modbus inverter has not sent any data. Inspect communication wiring!";
|
||||
case EVENT_NO_ENABLE_DETECTED:
|
||||
return "Inverter has not toggled Enable signal for a long time. Check Wiring!";
|
||||
return "Inverter Enable line has not been active for a long time. Check Wiring!";
|
||||
case EVENT_CELL_CRITICAL_UNDER_VOLTAGE:
|
||||
return "CELL VOLTAGE CRITICALLY LOW! Not possible to continue. Inspect battery!";
|
||||
case EVENT_CELL_UNDER_VOLTAGE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue