mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 06:12:29 +00:00
turn off gps debug output for now RAK815
This commit is contained in:
parent
98dfecdb79
commit
80e8b4adcc
@ -42,7 +42,7 @@ bool UBloxGPS::setup()
|
|||||||
delay(200); // Give time for the GPS to startup after we gave power
|
delay(200); // Give time for the GPS to startup after we gave power
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ublox.enableDebugging(Serial);
|
// ublox.enableDebugging(Serial);
|
||||||
|
|
||||||
// try a second time, the ublox lib serial parsing is buggy?
|
// try a second time, the ublox lib serial parsing is buggy?
|
||||||
if (!tryConnect())
|
if (!tryConnect())
|
||||||
|
Loading…
Reference in New Issue
Block a user