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"]