kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Fix wrong telemetry key
rodzic
7b1bd16c73
commit
f261a32cb3
|
|
@ -1937,7 +1937,7 @@ class SondeDecoder(object):
|
|||
return False
|
||||
|
||||
# Run telemetry from DFM sondes through real-time filter
|
||||
if self.enable_realtime_filter and (_telemetry["type"].startswith("DFM")):
|
||||
if self.enable_realtime_filter and (_telemetry["model"].startswith("DFM")):
|
||||
# If sonde has already been received, calculate velocity
|
||||
velocity = 0
|
||||
if _telemetry["callsign"] in self.last_positions.keys():
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue