From 49a13bbfd35ef4f0f81957984fa0960c2c79a48e Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 1 May 2020 08:31:31 -0700 Subject: [PATCH] increase gps config timeout, could take up to 2.5 secs --- src/GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GPS.cpp b/src/GPS.cpp index 6a2dad50..a6a1e8ee 100644 --- a/src/GPS.cpp +++ b/src/GPS.cpp @@ -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