openwebrx/owrx/source/hackrf.py

8 lines
176 B
Python

from .soapy import SoapyConnectorSource
from owrx.command import Option
import time
class HackrfSource(SoapyConnectorSource):
def getDriver(self):
return "hackrf"