mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Fix % in SOC_RECALIBRATION string
This commit is contained in:
parent
ee9e78e80b
commit
b26c451eaf
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ String get_event_message_string(EVENTS_ENUM_TYPE event) {
|
|||
case EVENT_BATTERY_ISOLATION:
|
||||
return "Battery reports isolation error. High voltage might be leaking to ground. Check battery!";
|
||||
case EVENT_BATTERY_SOC_RECALIBRATION:
|
||||
return "The BMS updated the HV battery State of Charge (SOC) by more than 3% based on SocByOcv.";
|
||||
return "The BMS updated the HV battery State of Charge (SOC) by more than 3pct based on SocByOcv.";
|
||||
case EVENT_BATTERY_SOC_RESET_SUCCESS:
|
||||
return "SOC reset routine was successful.";
|
||||
case EVENT_BATTERY_SOC_RESET_FAIL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue