From db6556ec95c0e11b244f1ac439603992d3e94ff9 Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Mon, 21 Dec 2020 09:22:12 +0100 Subject: [PATCH] can --- CommObd2Can.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/CommObd2Can.cpp b/CommObd2Can.cpp index 163fb1d..a79f897 100644 --- a/CommObd2Can.cpp +++ b/CommObd2Can.cpp @@ -150,8 +150,6 @@ void CommObd2Can::sendPID(const uint16_t pid, const String& cmd) { void CommObd2Can::sendFlowControlFrame() { uint8_t txBuf[8] = { 0x30, 0, 0, 0, 0, 0, 0, 0 }; - Serial.println("Flow control frame"); - const uint8_t sndStat = CAN->sendMsgBuf(lastPid, 0, 8, txBuf); // 11 bit if (sndStat == CAN_OK) { Serial.print("Flow control frame sent ");