mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-06 23:13:46 +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 owrx.source.soapy import SoapyConnectorSource, SoapyConnectorDeviceDescription
|
||||
|
||||
|
||||
class SoapyRemoteSource(SoapyConnectorSource):
|
||||
|
|
@ -15,3 +15,7 @@ class SoapyRemoteSource(SoapyConnectorSource):
|
|||
if "remote_driver" in values and values["remote_driver"] is not None:
|
||||
params += [{"remote:driver": values["remote_driver"]}]
|
||||
return params
|
||||
|
||||
|
||||
class SoapyRemoteDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue