kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge pull request #901 from darksidelemm/testing
Use estimated offset for WXRPN9 sondespull/903/head^2
commit
0cf26025de
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue