This commit is contained in:
Jakob Ketterl 2021-04-02 21:43:46 +02:00
parent 1932890dd0
commit 7a2f62a307

View File

@ -86,7 +86,7 @@ class SoapyConnectorDeviceDescription(ConnectorDeviceDescription):
return super().getInputs() + [ return super().getInputs() + [
TextInput( TextInput(
"device", "device",
"Device Identifier", "Device identifier",
infotext='SoapySDR device identifier string (example: "serial=123456789")', infotext='SoapySDR device identifier string (example: "serial=123456789")',
), ),
GainInput( GainInput(