mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
fix bias_tee for hackrf
This commit is contained in:
parent
bd31fa5149
commit
683a711b49
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ class HackrfSource(SoapyConnectorSource):
|
|||
|
||||
class HackrfDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getInputs(self) -> List[Input]:
|
||||
return self.mergeInputs(super().getInputs(), [BiasTeeInput])
|
||||
return self.mergeInputs(super().getInputs(), [BiasTeeInput()])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue