kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge pull request #988 from darksidelemm/testing
Update version number prior to releasepull/986/head
commit
73cc8690ad
|
@ -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.8.1-beta8"
|
||||
__version__ = "1.8.1"
|
||||
|
||||
# Global Variables
|
||||
|
||||
|
|
|
@ -957,13 +957,6 @@ class SondeDecoder(object):
|
|||
_lower = -5000
|
||||
_upper = 5000
|
||||
|
||||
# Un-necessary.
|
||||
# if (abs(403200000 - self.sonde_freq) < 20000) and (self.sdr_type == "RTLSDR"):
|
||||
# # Narrow up the frequency estimator window if we are close to
|
||||
# # the 403.2 MHz RTLSDR Spur.
|
||||
# _lower = -8000
|
||||
# _upper = 8000
|
||||
|
||||
demod_cmd = get_sdr_iq_cmd(
|
||||
sdr_type = self.sdr_type,
|
||||
frequency = self.sonde_freq,
|
||||
|
|
Ładowanie…
Reference in New Issue