mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-19 15:10:21 +01:00
factory name has been changed in v3
This commit is contained in:
parent
aa29836039
commit
f7c9fbcc22
|
|
@ -273,7 +273,7 @@ class FeatureDetector(object):
|
|||
|
||||
You can get it [here](https://github.com/pothosware/SoapySDRPlay/wiki).
|
||||
"""
|
||||
return self._has_soapy_driver("sdrplay")
|
||||
return self._has_soapy_driver("sdrplay") or self._has_soapy_driver("sdrPlay")
|
||||
|
||||
def has_soapy_airspy(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue