add fcdpp support
This commit is contained in:
6
owrx/source/fcdpp.py
Normal file
6
owrx/source/fcdpp.py
Normal file
@ -0,0 +1,6 @@
|
||||
from owrx.source.soapy import SoapyConnectorSource
|
||||
|
||||
|
||||
class FcdppSource(SoapyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "fcdpp"
|
Reference in New Issue
Block a user