add fictional bias_tee mapping for rtl_sdr_soapy
needs to be implemented in SoapyRTLSDR first
This commit is contained in:
parent
fea2cd1cc5
commit
c387fe0fe9
@ -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"})
|
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "bias_tee"})
|
||||||
return mappings
|
return mappings
|
||||||
|
|
||||||
def getDriver(self):
|
def getDriver(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user