mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
6 lines
139 B
Python
6 lines
139 B
Python
from .soapy import SoapyConnectorSource
|
|
|
|
|
|
class RedPitayaSource(SoapyConnectorSource):
|
|
def getDriver(self):
|
|
return "redpitaya"
|