mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
6 lines
177 B
Python
6 lines
177 B
Python
from .connector import ConnectorSource
|
|
|
|
|
|
class RtlSdrSource(ConnectorSource):
|
|
def getCommandMapper(self):
|
|
return super().getCommandMapper().setBase("rtl_connector")
|