Make always-on decoders have no timeout

pull/638/head
Mark Jessop 2022-05-27 19:04:31 +09:30
rodzic 82a92ae4ab
commit cc8afae366
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -479,7 +479,7 @@ def clean_task_list():
# Try and start up a decoder.
if (allocate_sdr(check_only=True) is not None):
logging.info(f"Task Manager - Starting Always-On Decoder: {_type}, {_freq_hz/1e6:.3f} MHz")
start_decoder(_freq_hz, _type)
start_decoder(_freq_hz, _type, continuous=True)