Update version before merge into main

pull/583/head
Mark Jessop 2021-11-11 10:12:26 +10:30
rodzic a163608560
commit 838de7bb62
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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,

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.5.7-beta1"
__version__ = "1.5.7"
# Global Variables