mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +00:00
increase gps config timeout, could take up to 2.5 secs
This commit is contained in:
parent
0096f54ae9
commit
49a13bbfd3
@ -74,7 +74,7 @@ void GPS::setup()
|
||||
ok = ublox.powerSaveMode(); // use power save mode
|
||||
assert(ok);
|
||||
}
|
||||
ok = ublox.saveConfiguration(2000);
|
||||
ok = ublox.saveConfiguration(3000);
|
||||
assert(ok);
|
||||
} else {
|
||||
// Some boards might have only the TX line from the GPS connected, in that case, we can't configure it at all. Just
|
||||
|
Loading…
Reference in New Issue
Block a user