From 8fafd4b5ece910897e132cfb9bbfe4b636345d39 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sun, 7 Apr 2024 09:36:47 +0930 Subject: [PATCH] Add more callsigns --- lambda/sonde_api_to_iot_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/sonde_api_to_iot_core/__init__.py b/lambda/sonde_api_to_iot_core/__init__.py index 3f152f4..358e624 100644 --- a/lambda/sonde_api_to_iot_core/__init__.py +++ b/lambda/sonde_api_to_iot_core/__init__.py @@ -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: