increase gps config timeout, could take up to 2.5 secs

This commit is contained in:
geeksville 2020-05-01 08:31:31 -07:00
parent 0096f54ae9
commit 49a13bbfd3

View File

@ -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