kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Fix bug with RS41-SGM handling.
rodzic
3c7ed15bd6
commit
80e1a9196d
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue