mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-04 07:40:10 +01:00
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):
|
||||
def getSoapySettingsMappings(self):
|
||||
mappings = super().getSoapySettingsMappings()
|
||||
mappings.update({"direct_sampling": "direct_samp"})
|
||||
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "bias_tee"})
|
||||
return mappings
|
||||
|
||||
def getDriver(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue