make the sdr type dropdown show beautiful names

This commit is contained in:
Jakob Ketterl
2021-04-17 17:42:08 +02:00
parent 4993a56235
commit 68739724d4
20 changed files with 73 additions and 16 deletions

View File

@@ -21,6 +21,9 @@ class SoapyRemoteSource(SoapyConnectorSource):
class SoapyRemoteDeviceDescription(SoapyConnectorDeviceDescription):
def getName(self):
return "Device connected to a SoapyRemote server"
def getInputs(self) -> List[Input]:
return super().getInputs() + [
RemoteInput(),