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