Commit 26bfaeb5 authored by Don Gagne's avatar Don Gagne

Only show PX4 Flow config if generic firmware

Direct connect to PX4 Flow shows up as generic
parent 9f86fc06
......@@ -256,7 +256,7 @@ Rectangle {
id: px4FlowButton
width: mainWindow.menuButtonWidth
exclusiveGroup: setupButtonGroup
visible: _fullParameterVehicleAvailable
visible: QGroundControl.multiVehicleManager.activeVehicle ? QGroundControl.multiVehicleManager.activeVehicle.genericFirmware : false
setupIndicator: false
text: "PX4Flow"
onClicked: showPX4FlowPanel()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment