introduce connector source for sdrplay

This commit is contained in:
Jakob Ketterl
2019-11-17 20:52:16 +01:00
parent 6619a1b4a6
commit a9b99fa0ff
2 changed files with 20 additions and 11 deletions

View File

@ -20,8 +20,9 @@ class FeatureDetector(object):
features = {
"core": ["csdr", "nmux", "nc"],
"rtl_sdr": ["rtl_sdr"],
"rtl_sdr_socket": ["owrx_connector"],
"rtl_sdr_connector": ["owrx_connector"],
"sdrplay": ["rx_tools"],
"sdrplay_connector": ["owrx_connector"],
"hackrf": ["hackrf_transfer"],
"airspy": ["airspy_rx"],
"digital_voice_digiham": ["digiham", "sox"],