From ec35ee0fab747dd7a7ef9f0996970b094a00d4f3 Mon Sep 17 00:00:00 2001
From: Stanley Huang <stanleyhuangyc@gmail.com>
Date: Tue, 30 Jan 2018 22:51:39 +1100
Subject: Add support for Freematics OBD-II UART Adapter V2.1

---
 libraries/OBD2UART/OBD2UART.cpp | 1 -
 1 file changed, 1 deletion(-)

(limited to 'libraries')

diff --git a/libraries/OBD2UART/OBD2UART.cpp b/libraries/OBD2UART/OBD2UART.cpp
index 8406251..826b3d2 100644
--- a/libraries/OBD2UART/OBD2UART.cpp
+++ b/libraries/OBD2UART/OBD2UART.cpp
@@ -634,7 +634,6 @@ bool COBD::memsOrientation(float& yaw, float& pitch, float& roll)
 	char buf[64];
 	bool success = false;
 	if (sendCommand("ATORI\r", buf, sizeof(buf)) > 0) do {
-		Serial.println(buf);
 		char* p = getResultValue(buf);
 		if (!p) break;
 		yaw = (float)atof(p++);
-- 
cgit v1.2.3