1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Scripts API: SuperScanner: added more channels types support

This commit is contained in:
f4exb
2020-05-28 16:25:20 +02:00
parent 44d17e8bfc
commit 8a6189b5c0
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ def get_hotspot_frequency(channel, hotspot):
# ======================================================================
def process_hotspots(scanned_hotspots):
global CONFIG
if len(scanned_hotspots) > OPTIONS.hotspots_noise
if len(scanned_hotspots) > OPTIONS.hotspots_noise:
return
# calculate frequency for each hotspot and create list of valid hotspots
hotspots = []