fill in gain stages for hackrf
This commit is contained in:
parent
437943c26c
commit
ed258cc9a0
@ -21,6 +21,5 @@ class HackrfDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getOptionalKeys(self):
|
||||
return super().getOptionalKeys() + ["bias_tee"]
|
||||
|
||||
# TODO: find actual gain stages for hackrf
|
||||
# def getGainStages(self):
|
||||
# return None
|
||||
def getGainStages(self):
|
||||
return ["LNA", "AMP", "VGA"]
|
||||
|
Loading…
Reference in New Issue
Block a user