make the sdr type dropdown show beautiful names
This commit is contained in:
@@ -33,6 +33,9 @@ class IfModeOptions(DropdownEnum):
|
||||
|
||||
|
||||
class SdrplayDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getName(self):
|
||||
return "SDRPlay device (RSP1, RSP2, RSPDuo, RSPDx)"
|
||||
|
||||
def getGainStages(self):
|
||||
return ["RFGR", "IFGR"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user