mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-27 14:29:17 +00:00
Merge branch 'darksidelemm-sm_version_bump'
This commit is contained in:
commit
78420870d7
@ -292,8 +292,8 @@ def telemetry_filter(telemetry):
|
||||
return (False,f"Autorx version is out of date and doesn't handle iMet-1 and iMet-4 radiosondes correctly. Please update to 1.5.9 or later")
|
||||
if "DFM" in telemetry["type"]:
|
||||
if telemetry["software_name"] == "SondeMonitor":
|
||||
if parse_sondemonitor_version(telemetry["software_version"]) < (6,2,8,4):
|
||||
return (False,f"SondeMonitor version is out of date and doesn't handle DFM radiosondes correctly. Please update to 6.2.8.4 or later")
|
||||
if parse_sondemonitor_version(telemetry["software_version"]) < (6,2,8,7):
|
||||
return (False,f"SondeMonitor version is out of date and doesn't handle DFM radiosondes correctly. Please update to 6.2.8.7 or later")
|
||||
|
||||
# block callsigns
|
||||
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user