From 9021501be12c178e4720bd023adcec4a3e7285ea Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Fri, 31 May 2024 21:13:17 +0930 Subject: [PATCH] Fix WXR301-PN9 baud rate --- auto_rx/autorx/__init__.py | 2 +- auto_rx/autorx/decode.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index 22d92de3..e2a0fda1 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -12,7 +12,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.7.3-beta12" +__version__ = "1.7.3-beta13" # Global Variables diff --git a/auto_rx/autorx/decode.py b/auto_rx/autorx/decode.py index 639b5b96..1b0bcb6e 100644 --- a/auto_rx/autorx/decode.py +++ b/auto_rx/autorx/decode.py @@ -1342,8 +1342,8 @@ def generate_decoder_command_experimental(self): elif self.sonde_type == "WXRPN9": # Weathex WxR-301D Sonde, PN9 variant - _baud_rate = 4800 - _sample_rate = 96000 + _baud_rate = 5000 + _sample_rate = 100000 # Limit FSK estimator window to roughly +/- 40 kHz _lower = -40000