mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
add more device inputs
This commit is contained in:
parent
058463a9b3
commit
0e64f15e65
3 changed files with 25 additions and 2 deletions
|
|
@ -98,6 +98,11 @@ class SoapyConnectorDeviceDescription(ConnectorDeviceDescription):
|
|||
"Device Gain",
|
||||
gain_stages=self.getGainStages(),
|
||||
),
|
||||
TextInput(
|
||||
"antenna",
|
||||
"Antenna",
|
||||
converter=OptionalConverter(),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue