Merge pull request #5 from AstroTaka/testing

Remove outside min_freq and max_freq
pull/731/head
AstroTaka 2022-12-11 09:33:33 +09:00 zatwierdzone przez GitHub
commit 59e5e75362
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 * 1e6} "
f"-f {int(check_freq * 1e6)} "
f"-s 48000 "
f"-r {sdr_hostname} -q {sdr_port} -n 48000 - > /dev/null 2> /dev/null"
)