From 437943c26cb9cd9fe947a141a7f223a17ba0b9b9 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 23 Feb 2021 17:36:16 +0100 Subject: [PATCH] fill in airspy gain stages --- owrx/source/airspy.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/owrx/source/airspy.py b/owrx/source/airspy.py index 4345b3c..96aad45 100644 --- a/owrx/source/airspy.py +++ b/owrx/source/airspy.py @@ -34,6 +34,5 @@ class AirspyDeviceDescription(SoapyConnectorDeviceDescription): def getOptionalKeys(self): return super().getOptionalKeys() + ["bias_tee", "bitpack"] - # TODO: find actual gain stages for airspay - # def getGainStages(self): - # return None + def getGainStages(self): + return ["LNA", "MIX", "VGA"]