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";
|
strERR = "Input";
|
||||||
break;
|
break;
|
||||||
case 65:
|
case 65:
|
||||||
strERR = "39Lost communication with one of devices";
|
strERR = "Lost communication with one of devices";
|
||||||
break;
|
break;
|
||||||
case 67:
|
case 67:
|
||||||
strERR = "Synchronisedcharging device configuration issue";
|
strERR = "Synchronisedcharging device configuration issue";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user