mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
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):
|
class SdrplaySource(SoapyConnectorSource):
|
||||||
|
def getSoapySettingsMappings(self):
|
||||||
|
mappings = super().getSoapySettingsMappings()
|
||||||
|
mappings.update({"bias_tee": "biasT_ctrl"})
|
||||||
|
return mappings
|
||||||
|
|
||||||
def getDriver(self):
|
def getDriver(self):
|
||||||
return "sdrplay"
|
return "sdrplay"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue