Skip to content

Commit

Permalink
Merge pull request #137 from projecthorus/dodgy-data-202404
Browse files Browse the repository at this point in the history
Add more callsigns to blocklist.
  • Loading branch information
darksidelemm authored Apr 7, 2024
2 parents 310421d + 8fafd4b commit 2b45e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/sonde_api_to_iot_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def telemetry_filter(telemetry):
else:
return (False,f"rdzTTGOsonde branch and version was unable to be determined. We are unsure if this version handles DFM sondes correctly. Please update to master 0.9.3, devel20230427 or later")
# block callsigns
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12", "GAB1", "FEJ-5", "KR001"]:
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12", "GAB1", "FEJ-5", "KR001", "KR009", "S56FEJ-5"]:
return (False, "Something is wrong with the data your station is uploading, please contact us so we can resolve what is going on. support@sondehub.org")

if "dev" in telemetry:
Expand Down

0 comments on commit 2b45e41

Please sign in to comment.