diff --git a/src/VehicleSetup/FirmwareUpgrade.qml b/src/VehicleSetup/FirmwareUpgrade.qml index 23dbc8740b78dec99c89ef47e352e1e5664c9269..0e43aca0330dc4ed8a438002999aaa2964329f42 100644 --- a/src/VehicleSetup/FirmwareUpgrade.qml +++ b/src/VehicleSetup/FirmwareUpgrade.qml @@ -37,6 +37,8 @@ Rectangle { } /* +FIXME: Leaving this in here for now for possible text usage in ui that does better job of describing firmware version + _ui->statusLog->setText(tr("WARNING: BETA FIRMWARE\n" - "This firmware version is ONLY intended for beta testers. " - "Although it has received FLIGHT TESTING, it represents actively changed code. Do NOT use for normal operation.\n\n" @@ -51,6 +53,7 @@ Rectangle { - "list actively when using it.\n\n" - SELECT_FIRMWARE_LICENSE)); */ + ExclusiveGroup { id: firmwareGroup } QGCRadioButton {