From 739eb2d84cb87fe1e9766e3725d27924e1e257c1 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Wed, 17 Apr 2019 21:56:21 +0930 Subject: [PATCH 1/2] Update version for new release. --- auto_rx/autorx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index 2ea3ff9..1d41f22 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -11,7 +11,7 @@ # MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus. # PATCH - Small changes, or minor feature additions. -__version__ = "1.0.3-beta" +__version__ = "1.0.3" From a2f3449db368e7d65ae9cde2f86a531909697211 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Wed, 17 Apr 2019 22:08:25 +0930 Subject: [PATCH 2/2] Add --gpsepoch argument when using an almanac with RS92s. --- auto_rx/autorx/decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/autorx/decode.py b/auto_rx/autorx/decode.py index 8c5585f..2027b6a 100644 --- a/auto_rx/autorx/decode.py +++ b/auto_rx/autorx/decode.py @@ -259,7 +259,7 @@ class SondeDecoder(object): self.log_error("Could not obtain GPS ephemeris or almanac data.") return None else: - _rs92_gps_data = "-a almanac.txt" + _rs92_gps_data = "-a almanac.txt --gpsepoch 2" # Note - This will need to be updated in... 19 years. else: _rs92_gps_data = "-e ephemeris.dat" else: