increase gps config timeout, could take up to 2.5 secs
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user