This commit is contained in:
SpudGunMan
2025-10-26 05:57:55 -07:00
parent 0bf4915cd5
commit 95f75b8e0a
+2
View File
@@ -44,6 +44,8 @@ def handledxcluster(message, nodeID, deviceID):
frequency = f"{float(freq_hz)/1e6:.3f} MHz" if freq_hz else "N/A"
mode_val = spot.get('mode', 'N/A')
comment = spot.get('comment', '')
if len(comment) > 111: # Truncate comment to 111 chars
comment = comment[:111] + '...'
sig = spot.get('sig', '')
de_grid = spot.get('de_grid', '')
de_call = spot.get('de_call', '')