increase gps config timeout, could take up to 2.5 secs

1.2-legacy
geeksville 2020-05-01 08:31:31 -07:00
rodzic 0096f54ae9
commit 49a13bbfd3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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