openwebrx/owrx/source/hackrf.py

8 lines
176 B
Python
Raw Normal View History

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