readonlypropertystringwelcomeText:qsTr("%1 can upgrade the firmware on Pixhawk devices, SiK Radios and PX4 Flow Smart Cameras.").arg(QGroundControl.appName)
readonlypropertystringwelcomeTextSingle:qsTr("Update the autopilot firmware to the latest version")
readonlypropertystringplugInText:"<big>"+highlightPrefix+"Plug in your device"+highlightSuffix+" via USB to "+highlightPrefix+"start"+highlightSuffix+" firmware upgrade.</big>"
readonlypropertystringflashFailText:"If upgrade failed, make sure to connect "+highlightPrefix+"directly"+highlightSuffix+" to a powered USB port on your computer, not through a USB hub. "+
"Also make sure you are only powered via USB "+highlightPrefix+"not battery"+highlightSuffix+"."
...
...
@@ -310,7 +311,7 @@ SetupPage {
visible:!px4Flow
Rectangle{
height:1
height:1
width:ScreenTools.defaultFontPixelWidth*5
color:qgcPal.text
anchors.verticalCenter:_advanced.verticalCenter
...
...
@@ -340,7 +341,7 @@ SetupPage {
width:parent.width
wrapMode:Text.WordWrap
visible:showFirmwareTypeSelection
text:px4Flow?qsTr("Select which version of the firmware you would like to install:"):qsTr("Select which version of the above flight stack you would like to install:")
text:_singleFirmwareMode?qsTr("Select the standard version or one from the file system (previously downloaded):"):(px4Flow?qsTr("Select which version of the firmware you would like to install:"):qsTr("Select which version of the above flight stack you would like to install:"))