mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-18 20:57:56 +00:00
remove double helium
This commit is contained in:
parent
f912979617
commit
39f9adf0ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user