mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-19 05:13:45 +00:00
Adding support for PlutoSDR (Adalm Pluto) via SoapySDR
This commit is contained in:
parent
c3d89bd4bf
commit
d7aaf0d00e
1 changed files with 6 additions and 0 deletions
6
owrx/source/pluto_sdr.py
Normal file
6
owrx/source/pluto_sdr.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from .soapy import SoapyConnectorSource
|
||||
|
||||
|
||||
class PlutoSdrSource(SoapyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "pluto_sdr"
|
||||
Loading…
Add table
Add a link
Reference in a new issue