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())