mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 01:00:09 +01:00
restore airspy feature test
This commit is contained in:
parent
f18efb2344
commit
bcbb911b24
|
|
@ -250,7 +250,7 @@ class FeatureDetector(object):
|
|||
"""
|
||||
In order to use an Airspy Receiver, you need to install the airspy_rx receiver software.
|
||||
"""
|
||||
return self.command_is_runnable("airspy_rxxx --help")
|
||||
return self.command_is_runnable("airspy_rx --help")
|
||||
|
||||
def has_wsjtx(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue