mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-19 07:00:39 +01:00
move this over so a normal soapy sdr source
This commit is contained in:
parent
f92c49cee6
commit
2c4c88e30d
|
|
@ -1,6 +1,6 @@
|
|||
from .airspy import AirspySource
|
||||
from .soapy import SoapyConnectorSource
|
||||
|
||||
|
||||
class AirspyhfSource(AirspySource):
|
||||
class AirspyhfSource(SoapyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "airspyhf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue