mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
create device descriptions for all
This commit is contained in:
parent
0e64f15e65
commit
0ab6729fcc
18 changed files with 92 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .soapy import SoapyConnectorSource
|
||||
from .soapy import SoapyConnectorSource, SoapyConnectorDeviceDescription
|
||||
|
||||
|
||||
class HackrfSource(SoapyConnectorSource):
|
||||
|
|
@ -9,3 +9,7 @@ class HackrfSource(SoapyConnectorSource):
|
|||
|
||||
def getDriver(self):
|
||||
return "hackrf"
|
||||
|
||||
|
||||
class HackrfDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue