From fb6c79b77ab69116fa8ff6051d91a2a7e03b29fb Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Sun, 20 Dec 2020 22:02:14 +0100 Subject: [PATCH] can --- CommObd2Can.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommObd2Can.cpp b/CommObd2Can.cpp index 9d32c8e..445f2ff 100644 --- a/CommObd2Can.cpp +++ b/CommObd2Can.cpp @@ -81,12 +81,13 @@ void CommObd2Can::executeCommand(String cmd) { return; } - // pid + // Send command liveData->responseRowMerged = ""; liveData->currentAtshRequest.replace(" ", ""); String atsh = "0" + liveData->currentAtshRequest.substring(4); // remove ATSH cmd.replace(" ", ""); sendPID(liveData->hexToDec(atsh, 2, false), cmd); + //delay(delayTxRx); }