mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add new settings mappings for rf_notch and dab_notch
This commit is contained in:
parent
7742d7a048
commit
fea2cd1cc5
1 changed files with 7 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue