mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
some tbeams have occasional crap sitting in their gps rx buffer at boot?
This commit is contained in:
parent
0ac218b06d
commit
f4bacb9d87
@ -35,7 +35,7 @@ void GPS::setup()
|
|||||||
isConnected = ublox.begin(_serial_gps);
|
isConnected = ublox.begin(_serial_gps);
|
||||||
|
|
||||||
// try a second time, the ublox lib serial parsing is buggy?
|
// try a second time, the ublox lib serial parsing is buggy?
|
||||||
// if(!isConnected) isConnected = ublox.begin(_serial_gps);
|
if(!isConnected) isConnected = ublox.begin(_serial_gps);
|
||||||
|
|
||||||
if (isConnected) {
|
if (isConnected) {
|
||||||
DEBUG_MSG("Connected to GPS successfully, TXpin=%d\n", GPS_TX_PIN);
|
DEBUG_MSG("Connected to GPS successfully, TXpin=%d\n", GPS_TX_PIN);
|
||||||
|
Loading…
Reference in New Issue
Block a user