Fix typo in victron error message

This commit is contained in:
helgeerbe 2022-09-30 10:40:41 +02:00
parent 4b02426ab2
commit 6587282ac2

View File

@ -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";