Support RTL-SDR AGC config

pull/731/head
AstroTaka 2022-12-10 17:29:18 +09:00
rodzic 392239f115
commit 36cf1e656d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -816,6 +816,7 @@ def read_auto_rx_config(filename, no_sdr_test=False):
"bias": 0,
"in_use": False,
"task": None,
"agc": 0,
}
elif auto_rx_config["sdr_type"] == "KA9Q":
@ -838,6 +839,7 @@ def read_auto_rx_config(filename, no_sdr_test=False):
"bias": 0,
"in_use": False,
"task": None,
"agc": 0,
}
logging.critical("Config - KA9Q SDR Support not implemented yet - exiting.")