mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add bitpack flag for airspy
This commit is contained in:
parent
55e1a97d43
commit
fbf74a1286
3 changed files with 8 additions and 2 deletions
|
|
@ -5,7 +5,12 @@ from .soapy import SoapyConnectorSource
|
|||
class AirspySource(SoapyConnectorSource):
|
||||
def getSoapySettingsMappings(self):
|
||||
mappings = super().getSoapySettingsMappings()
|
||||
mappings.update({"bias_tee": "biastee"})
|
||||
mappings.update(
|
||||
{
|
||||
"bias_tee": "biastee",
|
||||
"bitpack": "bitpack",
|
||||
}
|
||||
)
|
||||
return mappings
|
||||
|
||||
def getDriver(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue