add biastee setting for sdrplay, too
This commit is contained in:
parent
4deb4c781e
commit
e37e2f4540
@ -2,5 +2,10 @@ from .soapy import SoapyConnectorSource
|
||||
|
||||
|
||||
class SdrplaySource(SoapyConnectorSource):
|
||||
def getSoapySettingsMappings(self):
|
||||
mappings = super().getSoapySettingsMappings()
|
||||
mappings.update({"bias_tee": "biasT_ctrl"})
|
||||
return mappings
|
||||
|
||||
def getDriver(self):
|
||||
return "sdrplay"
|
||||
|
Loading…
Reference in New Issue
Block a user