diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index a099d74a..4d768701 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.8.1-beta2" +__version__ = "1.8.1-beta3" # Global Variables diff --git a/auto_rx/autorx/sdr_wrappers.py b/auto_rx/autorx/sdr_wrappers.py index 595d0491..20deb952 100644 --- a/auto_rx/autorx/sdr_wrappers.py +++ b/auto_rx/autorx/sdr_wrappers.py @@ -24,7 +24,7 @@ def test_sdr( ss_iq_path = "./ss_iq", ss_power_path = "./ss_power", check_freq = 401500000, - timeout = 5 + timeout = 20 ): """ Test the prescence / functionality of a SDR.