From 2c4c88e30d1a2a3d323329dd346131069b52b5b8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 28 Dec 2019 00:38:36 +0100 Subject: [PATCH] move this over so a normal soapy sdr source --- owrx/source/airspyhf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/source/airspyhf.py b/owrx/source/airspyhf.py index 2324205..33b00df 100644 --- a/owrx/source/airspyhf.py +++ b/owrx/source/airspyhf.py @@ -1,6 +1,6 @@ -from .airspy import AirspySource +from .soapy import SoapyConnectorSource -class AirspyhfSource(AirspySource): +class AirspyhfSource(SoapyConnectorSource): def getDriver(self): return "airspyhf"