From ed258cc9a081bdebbce5b68b091b20ae73eed514 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 23 Feb 2021 17:40:06 +0100 Subject: [PATCH] fill in gain stages for hackrf --- owrx/source/hackrf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/owrx/source/hackrf.py b/owrx/source/hackrf.py index 978d152..86bf949 100644 --- a/owrx/source/hackrf.py +++ b/owrx/source/hackrf.py @@ -21,6 +21,5 @@ class HackrfDeviceDescription(SoapyConnectorDeviceDescription): def getOptionalKeys(self): return super().getOptionalKeys() + ["bias_tee"] - # TODO: find actual gain stages for hackrf - # def getGainStages(self): - # return None + def getGainStages(self): + return ["LNA", "AMP", "VGA"]