kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Increase default SDR test timeout to 20 seconds.
rodzic
8c666eda23
commit
3795d3b2d1
|
@ -12,7 +12,7 @@ from queue import Queue
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue