diff --git a/owrx/controllers/settings/sdr.py b/owrx/controllers/settings/sdr.py index 871dcb9..cfa0db0 100644 --- a/owrx/controllers/settings/sdr.py +++ b/owrx/controllers/settings/sdr.py @@ -281,6 +281,9 @@ class NewSdrDeviceController(SettingsFormController): "type", "Device type", [Option(sdr_type, name) for sdr_type, name in SdrDeviceDescription.getTypes().items()], + infotext="Note: Switching the type will not be possible after creation since the set of available " + + "options is different for each type.
Note: This dropdown only shows device types that have " + + "their requirements met. If a type is missing from the list, please check the feature report.", ), TextInput("id", "Device ID", validator=RequiredValidator()), )