factory name has been changed in v3

This commit is contained in:
Jakob Ketterl 2020-04-10 17:25:32 +02:00
parent aa29836039
commit f7c9fbcc22

View File

@ -273,7 +273,7 @@ class FeatureDetector(object):
You can get it [here](https://github.com/pothosware/SoapySDRPlay/wiki). 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): def has_soapy_airspy(self):
""" """