Merge pull request #988 from darksidelemm/testing

Update version number prior to release
pull/986/head
Mark Jessop 2025-02-21 15:09:13 +10:30 zatwierdzone przez GitHub
commit 73cc8690ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 1 dodań i 8 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.8.1-beta8"
__version__ = "1.8.1"
# Global Variables

Wyświetl plik

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