Merge pull request #739 from darksidelemm/testing

Send sdr device info out via udp messages
pull/741/head
Mark Jessop 2022-12-27 22:35:00 +10:30 zatwierdzone przez GitHub
commit d70433eae9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 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.6.0-beta24"
__version__ = "1.6.0-beta25"
# Global Variables

Wyświetl plik

@ -44,7 +44,7 @@ class OziUploader(object):
]
# Extra fields we can pass on to other programs.
EXTRA_FIELDS = ["bt", "humidity", "sats", "batt", "snr", "fest", "f_centre", "ppm"]
EXTRA_FIELDS = ["bt", "humidity", "sats", "batt", "snr", "fest", "f_centre", "ppm", "subtype", "sdr_device_idx"]
def __init__(
self,