add fictional bias_tee mapping for rtl_sdr_soapy
needs to be implemented in SoapyRTLSDR first
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jakob Ketterl
					Jakob Ketterl