mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-19 21:27:55 +00:00
Add WxR sonde support
This commit is contained in:
parent
819d78fd59
commit
7f797418fd
@ -280,6 +280,7 @@ def telemetry_filter(telemetry):
|
||||
or ("LMS" in telemetry["type"])
|
||||
or ("iMet" in telemetry["type"])
|
||||
or ("MTS01" in telemetry["type"])
|
||||
or ("WxR" in telemetry["type"])
|
||||
):
|
||||
_id_msg = "Payload ID %s from Sonde type %s is invalid." % (telemetry["serial"], telemetry["type"])
|
||||
# Add in a note about DFM sondes and their oddness...
|
||||
|
Loading…
Reference in New Issue
Block a user