mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-05-05 18:18:06 +00:00
Add iMS-100 and RS-11G (#89)
Co-authored-by: Mark Jessop <darkside@Marks-MacBook-Pro.local>
This commit is contained in:
parent
be754bb13e
commit
4e7878c7ca
@ -254,7 +254,7 @@ def telemetry_filter(telemetry):
|
||||
|
||||
# Check Meisei sonde callsigns for validity.
|
||||
# meisei_ims returns a callsign of IMS100-xxxxxx until it receives the serial number, so we filter based on the x's being present or not.
|
||||
if "IMS100" in telemetry["type"] or "RS11G" in telemetry["type"]:
|
||||
if "IMS100" in telemetry["type"] or "RS11G" in telemetry["type"] or "iMS-100" in telemetry["type"] or "RS-11G" in telemetry["type"]:
|
||||
meisei_callsign_valid = "x" not in _serial
|
||||
else:
|
||||
meisei_callsign_valid = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user