Add WxR sonde support

This commit is contained in:
Mark Jessop 2023-09-13 12:22:06 +09:30
parent 819d78fd59
commit 7f797418fd

View File

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