update parameter to match latest dev code

This commit is contained in:
Jakob Ketterl 2020-03-14 23:06:52 +01:00
parent c387fe0fe9
commit 00a7b7877c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from .soapy import SoapyConnectorSource
class RtlSdrSoapySource(SoapyConnectorSource):
def getSoapySettingsMappings(self):
mappings = super().getSoapySettingsMappings()
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "bias_tee"})
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "biastee"})
return mappings
def getDriver(self):