You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/SparkFun_Ublox_Arduino_Library.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -624,7 +624,7 @@ class SFE_UBLOX_GPS
624
624
625
625
boolean getRELPOSNED(uint16_t maxWait = 1100); //Get Relative Positioning Information of the NED frame
626
626
627
-
voidenableDebugging(Stream &debugPort = Serial); //Given a port to print to, enable debug messages
627
+
voidenableDebugging(Stream &debugPort = Serial, boolean printLimitedDebug = false); //Given a port to print to, enable debug messages. Default to all, not limited.
628
628
voiddisableDebugging(void); //Turn off debug statements
0 commit comments