Skip to content

Commit

Permalink
Add longer timeout for spyserver on startup, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Nov 9, 2024
1 parent 1e2c89f commit 81143b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion auto_rx/autorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5-beta8"
__version__ = "1.8.0-beta1"

# Global Variables

Expand Down
1 change: 1 addition & 0 deletions auto_rx/autorx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ def read_auto_rx_config(filename, no_sdr_test=False):
ss_iq_path=auto_rx_config["ss_iq_path"],
ss_power_path=auto_rx_config["ss_power_path"],
check_freq=1e6*(auto_rx_config["max_freq"]+auto_rx_config["min_freq"])/2.0,
timeout=60
)

if not _sdr_ok:
Expand Down

0 comments on commit 81143b1

Please sign in to comment.