From 80e8b4adcc8d6d69e97ebe34df35c37c4f4a4f82 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 13 Jul 2020 14:19:38 -0700 Subject: [PATCH] turn off gps debug output for now RAK815 --- src/gps/UBloxGPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gps/UBloxGPS.cpp b/src/gps/UBloxGPS.cpp index 8c3d7dd20..142e416f2 100644 --- a/src/gps/UBloxGPS.cpp +++ b/src/gps/UBloxGPS.cpp @@ -42,7 +42,7 @@ bool UBloxGPS::setup() delay(200); // Give time for the GPS to startup after we gave power #endif - ublox.enableDebugging(Serial); + // ublox.enableDebugging(Serial); // try a second time, the ublox lib serial parsing is buggy? if (!tryConnect())