From 4199a583f88ee6daecd901015a00fabefb18a30b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 23 Feb 2021 23:24:30 +0100 Subject: [PATCH] fix agc parameter --- owrx/source/soapy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/source/soapy.py b/owrx/source/soapy.py index 6a7372e..2597dcf 100644 --- a/owrx/source/soapy.py +++ b/owrx/source/soapy.py @@ -93,6 +93,7 @@ class SoapyConnectorDeviceDescription(ConnectorDeviceDescription): "rf_gain", "Device Gain", gain_stages=self.getGainStages(), + has_agc=self.hasAgc(), ), TextInput("antenna", "Antenna"), ]