Fix typo in victron error message
This commit is contained in:
parent
4b02426ab2
commit
6587282ac2
@ -530,7 +530,7 @@ String VeDirectFrameHandler::getErrAsString(const char* err)
|
||||
strERR = "Input";
|
||||
break;
|
||||
case 65:
|
||||
strERR = "39Lost communication with one of devices";
|
||||
strERR = "Lost communication with one of devices";
|
||||
break;
|
||||
case 67:
|
||||
strERR = "Synchronisedcharging device configuration issue";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user