mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
fix agc parameter
This commit is contained in:
parent
dfaecdb357
commit
4199a583f8
|
|
@ -93,6 +93,7 @@ class SoapyConnectorDeviceDescription(ConnectorDeviceDescription):
|
||||||
"rf_gain",
|
"rf_gain",
|
||||||
"Device Gain",
|
"Device Gain",
|
||||||
gain_stages=self.getGainStages(),
|
gain_stages=self.getGainStages(),
|
||||||
|
has_agc=self.hasAgc(),
|
||||||
),
|
),
|
||||||
TextInput("antenna", "Antenna"),
|
TextInput("antenna", "Antenna"),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue