add new settings mappings for rf_notch and dab_notch
This commit is contained in:
		@@ -4,7 +4,13 @@ from .soapy import SoapyConnectorSource
 | 
				
			|||||||
class SdrplaySource(SoapyConnectorSource):
 | 
					class SdrplaySource(SoapyConnectorSource):
 | 
				
			||||||
    def getSoapySettingsMappings(self):
 | 
					    def getSoapySettingsMappings(self):
 | 
				
			||||||
        mappings = super().getSoapySettingsMappings()
 | 
					        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
 | 
					        return mappings
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def getDriver(self):
 | 
					    def getDriver(self):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user