mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 18:12:07 +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
|
ok = ublox.powerSaveMode(); // use power save mode
|
||||||
assert(ok);
|
assert(ok);
|
||||||
}
|
}
|
||||||
ok = ublox.saveConfiguration(2000);
|
ok = ublox.saveConfiguration(3000);
|
||||||
assert(ok);
|
assert(ok);
|
||||||
} else {
|
} else {
|
||||||
// Some boards might have only the TX line from the GPS connected, in that case, we can't configure it at all. Just
|
// 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