mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-08 09:39:58 +01:00
fix bias_tee for hackrf
This commit is contained in:
parent
bd31fa5149
commit
683a711b49
|
|
@ -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…
Reference in a new issue