diff --git a/gps-logger/record-gps.py b/gps-logger/record-gps.py index 97b2a54..9a09409 100644 --- a/gps-logger/record-gps.py +++ b/gps-logger/record-gps.py @@ -34,6 +34,6 @@ with open(filename, "w", 1) as f: print("Exiting GPS recording.", flush=True) break except Exception as e: - print(f"GPS error: {e}", flush=True) + print(f"GPS error: {e}, trying again...", flush=True) time.sleep(interval)