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):
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user