Implemented old spot cleanup thread

This commit is contained in:
Ian Renton
2025-09-27 12:09:16 +01:00
parent b1346e26ea
commit efa4c402df
8 changed files with 73 additions and 13 deletions

View File

@@ -22,7 +22,8 @@ def infer_mode_family_from_mode(mode):
elif mode.upper() in DATA_MODES:
return "DATA"
else:
print("Found an unrecognised mode: " + mode + ". Developer should categorise this.")
if mode.upper() != "OTHER":
print("Found an unrecognised mode: " + mode + ". Developer should categorise this.")
return None
# Infer a band from a frequency in kHz