kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Update version before merge into main
rodzic
a163608560
commit
838de7bb62
|
|
@ -294,7 +294,7 @@ def handle_scan_results():
|
|||
if abs(_key - _freq) < config["decoder_spacing_limit"]:
|
||||
# At this point, we can be pretty sure that there is another decoder already decoding this particular sonde ID.
|
||||
# Without actually starting another decoder and matching IDs, we can't be 100% sure, but it's a good chance.
|
||||
logging.warning(
|
||||
logging.info(
|
||||
"Task Manager - Detected %s sonde on %.3f MHz, but this is within %d kHz of an already running decoder. (This limit can be set using the 'decoder_spacing_limit' advanced config option.)"
|
||||
% (
|
||||
_type,
|
||||
|
|
|
|||
|
|
@ -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.5.7-beta1"
|
||||
__version__ = "1.5.7"
|
||||
|
||||
|
||||
# Global Variables
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue