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