mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
fix 124 - we now fallback to nema if we can't talk ublox protocol to
the GPS. Though we are super power inefficient about it so TODO/FIXME someday to decrease our power draw.
This commit is contained in:
@@ -28,7 +28,7 @@ bool UBloxGPS::setup()
|
||||
if (isConnected) {
|
||||
DEBUG_MSG("Connected to UBLOX GPS successfully\n");
|
||||
|
||||
bool factoryReset = true;
|
||||
bool factoryReset = false;
|
||||
bool ok;
|
||||
if (factoryReset) {
|
||||
// It is useful to force back into factory defaults (9600baud, NEMA to test the behavior of boards that don't have
|
||||
|
||||
Reference in New Issue
Block a user