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