mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-06 15:04:13 +00:00
6 lines
127 B
Python
6 lines
127 B
Python
from .soapy import SoapyConnectorSource
|
|
|
|
|
|
class UhdSource(SoapyConnectorSource):
|
|
def getDriver(self):
|
|
return "uhd"
|