update parameter to match latest dev code
This commit is contained in:
parent
c387fe0fe9
commit
00a7b7877c
@ -4,7 +4,7 @@ from .soapy import SoapyConnectorSource
|
|||||||
class RtlSdrSoapySource(SoapyConnectorSource):
|
class RtlSdrSoapySource(SoapyConnectorSource):
|
||||||
def getSoapySettingsMappings(self):
|
def getSoapySettingsMappings(self):
|
||||||
mappings = super().getSoapySettingsMappings()
|
mappings = super().getSoapySettingsMappings()
|
||||||
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "bias_tee"})
|
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "biastee"})
|
||||||
return mappings
|
return mappings
|
||||||
|
|
||||||
def getDriver(self):
|
def getDriver(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user