Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 377ef75

Browse files
committed
Remove old debug prints
1 parent c5b2754 commit 377ef75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,6 @@ boolean SFE_UBLOX_GPS::setNavigationFrequency(uint8_t navFreq, uint16_t maxWait)
823823
if(sendCommand(packetCfg, maxWait) == false) //This will load the payloadCfg array with current settings of the given register
824824
return(false); //If command send fails then bail
825825

826-
Serial.print("Len: ");
827-
Serial.print(packetCfg.len);
828-
829826
uint16_t measurementRate = 1000 / navFreq ;
830827

831828
//payloadCfg is now loaded with current bytes. Change only the ones we need to

0 commit comments

Comments
 (0)