This commit is contained in:
Ján Mátik
2020-12-21 00:10:21 +01:00

View File

@@ -87,7 +87,7 @@ void CommObd2Can::executeCommand(String cmd) {
Serial.print("executeCommand ");
Serial.println(cmd);
if (cmd.startsWith("AT")) { // skip AT commands as not used by direct CAN connection
if (cmd == "" || cmd.startsWith("AT")) { // skip AT commands as not used by direct CAN connection
liveData->canSendNextAtCommand = true;
return;
}