mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 16:20:22 +01:00
7 lines
138 B
Python
7 lines
138 B
Python
from .soapy import SoapyConnectorSource
|
|
|
|
|
|
class PlutoSdrSource(SoapyConnectorSource):
|
|
def getDriver(self):
|
|
return "pluto_sdr"
|