From 921737ff6ee5577919458d4dd6d011cc68d18988 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 14 Dec 2025 07:41:09 -0500 Subject: [PATCH] Update gps_client.py 2 seconds --- gps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_client.py b/gps_client.py index 01f4820f..502ee125 100644 --- a/gps_client.py +++ b/gps_client.py @@ -24,7 +24,7 @@ lon = 0 alt = 0 try: - while (session.read() == 0) and ((time.perf_counter() - start) < 1.5) and (mode < 3): + while (session.read() == 0) and ((time.perf_counter() - start) < 2) and (mode < 3): # print(gps.MODE_SET) # print(session.valid) if not (gps.MODE_SET & session.valid):