mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-03-18 11:14:55 +01:00
set number of channels to allow channel selection
This commit is contained in:
parent
cb6faa708a
commit
5e13e396c4
|
|
@ -107,3 +107,6 @@ class AfedriDeviceDescription(SoapyConnectorDeviceDescription):
|
|||
"R820T_MIXER_GAIN",
|
||||
"R820T_VGA_GAIN",
|
||||
]
|
||||
|
||||
def getNumberOfChannels(self) -> int:
|
||||
return 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue