Merge pull request #7 from AstroTaka/testing

test_sdr of SpyServer does not use 401.5MHz fixed frequency
pull/731/head
AstroTaka 2022-12-11 10:11:01 +09:00 zatwierdzone przez GitHub
commit b3049f3e08
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} "
f"-f {int(check_freq)} "
f"-s 48000 "
f"-r {sdr_hostname} -q {sdr_port} -n 48000 - > /dev/null 2> /dev/null"
)