mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
update to use new sddc_connector
This commit is contained in:
parent
8bb6e91597
commit
b5d56eaec2
2 changed files with 6 additions and 15 deletions
|
|
@ -68,7 +68,7 @@ class FeatureDetector(object):
|
|||
"red_pitaya": ["soapy_connector", "soapy_red_pitaya"],
|
||||
"radioberry": ["soapy_connector", "soapy_radioberry"],
|
||||
"fcdpp": ["soapy_connector", "soapy_fcdpp"],
|
||||
"rf103": ["rf103_sdr"],
|
||||
"rf103": ["sddc_connector"],
|
||||
"hpsdr": ["hpsdr_connector"],
|
||||
# optional features and their requirements
|
||||
"digital_voice_digiham": ["digiham", "sox"],
|
||||
|
|
@ -495,8 +495,8 @@ class FeatureDetector(object):
|
|||
"""
|
||||
return self.command_is_runnable("dream --help", 0)
|
||||
|
||||
def has_rf103_sdr(self):
|
||||
return self.command_is_runnable("rf103_sdr")
|
||||
def has_sddc_connector(self):
|
||||
return self.command_is_runnable("sddc_connector")
|
||||
|
||||
def has_hpsdr_connector(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue