Fix bug with RS41-SGM handling.

pull/174/head
Mark Jessop 2019-05-16 21:36:39 +09:30
rodzic 3c7ed15bd6
commit 80e1a9196d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -336,7 +336,7 @@ def clean_task_list():
temporary_block_list[_key] = time.time()
# If there is a scanner currently running, add it to the scanners internal block list.
if 'SCAN' in autorx.task_list:
auto_rx.task_list['SCAN']['task'].add_temporary_block(_key)
autorx.task_list['SCAN']['task'].add_temporary_block(_key)
# Release its associated SDR.

Wyświetl plik

@ -17,7 +17,7 @@ except ImportError:
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
# PATCH - Small changes, or minor feature additions.
__version__ = "1.1.2-beta"
__version__ = "1.1.3-beta"
# Global Variables