From 5e13e396c479cf6038d3b743d6c6c941cf94d25a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 6 Jan 2024 19:06:05 +0100 Subject: [PATCH] set number of channels to allow channel selection --- owrx/source/afedri.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/owrx/source/afedri.py b/owrx/source/afedri.py index 3f3c2357..b9e6a2e5 100644 --- a/owrx/source/afedri.py +++ b/owrx/source/afedri.py @@ -107,3 +107,6 @@ class AfedriDeviceDescription(SoapyConnectorDeviceDescription): "R820T_MIXER_GAIN", "R820T_VGA_GAIN", ] + + def getNumberOfChannels(self) -> int: + return 4