Browse Source

Comment for text

QGC4.4
Don Gagne 10 years ago
parent
commit
16cea3064e
  1. 3
      src/VehicleSetup/FirmwareUpgrade.qml

3
src/VehicleSetup/FirmwareUpgrade.qml

@ -37,6 +37,8 @@ Rectangle { @@ -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 { @@ -51,6 +53,7 @@ Rectangle {
- "list actively when using it.\n\n"
- SELECT_FIRMWARE_LICENSE));
*/
ExclusiveGroup { id: firmwareGroup }
QGCRadioButton {

Loading…
Cancel
Save