Merge pull request #901 from darksidelemm/testing

Use estimated offset for WXRPN9 sondes
pull/903/head^2
Mark Jessop 2024-06-28 08:44:04 +10:00 zatwierdzone przez GitHub
commit 0cf26025de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ from queue import Queue
# 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.7.4"
__version__ = "1.7.5-beta1"
# Global Variables

Wyświetl plik

@ -626,9 +626,7 @@ def detect_sonde(
% (_sdr_name, _score, _offset_est)
)
_sonde_type = "WXRPN9"
# Clear out the offset estimate for WxR-301's as it's not accurate
# to do no whitening on the signal.
_offset_est = 0.0
else:
_sonde_type = None