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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user