mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-29 06:21:27 +02:00
...
This commit is contained in:
@@ -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', '')
|
||||
|
||||
Reference in New Issue
Block a user