diff --git a/owrx/source/sdrplay.py b/owrx/source/sdrplay.py index 1ebac370..9306b865 100644 --- a/owrx/source/sdrplay.py +++ b/owrx/source/sdrplay.py @@ -4,7 +4,13 @@ from .soapy import SoapyConnectorSource class SdrplaySource(SoapyConnectorSource): def getSoapySettingsMappings(self): mappings = super().getSoapySettingsMappings() - mappings.update({"bias_tee": "biasT_ctrl"}) + mappings.update( + { + "bias_tee": "biasT_ctrl", + "rf_notch": "rfnotch_ctrl", + "dab_notch": "dabnotch_ctrl", + } + ) return mappings def getDriver(self):