remove double helium

This commit is contained in:
Mark Jessop 2024-11-10 15:43:04 +10:30
parent f912979617
commit 39f9adf0ed

View File

@ -140,7 +140,7 @@ def upload_helium(event, context):
hotspot_telem = telem.copy()
hotspot_telem['uploader_callsign'] = hotspot["metadata"]["gateway_name"]
hotspot_telem['modulation'] = f"Helium ({_modulation})"
hotspot_telem['modulation'] = _modulation
hotspot_telem['snr'] = hotspot['snr']
hotspot_telem['rssi'] = hotspot['rssi']
hotspot_telem['frequency'] = _frequency