move this over so a normal soapy sdr source

This commit is contained in:
Jakob Ketterl 2019-12-28 00:38:36 +01:00
parent f92c49cee6
commit 2c4c88e30d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from .airspy import AirspySource from .soapy import SoapyConnectorSource
class AirspyhfSource(AirspySource): class AirspyhfSource(SoapyConnectorSource):
def getDriver(self): def getDriver(self):
return "airspyhf" return "airspyhf"