diff --git a/auto_rx/autorx/sdr_wrappers.py b/auto_rx/autorx/sdr_wrappers.py index 7386281..59402ef 100644 --- a/auto_rx/autorx/sdr_wrappers.py +++ b/auto_rx/autorx/sdr_wrappers.py @@ -69,7 +69,7 @@ def test_sdr( _cmd = ( f"timeout 10 " # Add a timeout, because connections to non-existing IPs seem to block. f"{ss_iq_path} " - f"-f {check_freq} " + f"-f {int(check_freq)} " f"-s 48000 " f"-r {sdr_hostname} -q {sdr_port} -n 48000 - > /dev/null 2> /dev/null" )