mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
add bias_tee mapping
This commit is contained in:
parent
bfe6c00f90
commit
3371697e18
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
from .soapy import SoapyConnectorSource
|
||||
from owrx.command import Option
|
||||
import time
|
||||
|
||||
|
||||
class HackrfSource(SoapyConnectorSource):
|
||||
def getSoapySettingsMappings(self):
|
||||
mappings = super().getSoapySettingsMappings()
|
||||
mappings.update({"bias_tee": "bias_tx"})
|
||||
return mappings
|
||||
|
||||
def getDriver(self):
|
||||
return "hackrf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue