mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
update parameter to match latest dev code
This commit is contained in:
parent
c387fe0fe9
commit
00a7b7877c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue