openwebrx-clone/owrx/source/hackrf.py

8 lines
176 B
Python
Raw Normal View History

2020-05-30 20:58:31 +00:00
from .soapy import SoapyConnectorSource
2020-04-10 18:05:06 +00:00
from owrx.command import Option
import time
2020-05-30 20:58:31 +00:00
class HackrfSource(SoapyConnectorSource):
def getDriver(self):
return "hackrf"