Ioniq 2018

This commit is contained in:
Lubos Petrovic
2020-09-18 10:06:11 +02:00
parent a3c3c9c7ab
commit 0ef9292bee
4 changed files with 282 additions and 289 deletions

View File

@@ -1118,6 +1118,10 @@ bool doNextAtCommand() {
// Send AT command to obd
commandRequest = commandQueue[commandQueueIndex];
if (commandRequest.startsWith("ATSH")) {
currentAtshRequest = commandRequest;
}
Serial.print(">>> ");
Serial.println(commandRequest);
String tmpStr = commandRequest + "\r";