Unverified Commit 69643251 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6911 from Williangalvani/bluerov2heavy

Add BlueROV2 heavy default parameter configuration
parents 4885d2f5 b0f9715d
...@@ -198,8 +198,17 @@ SetupPage { ...@@ -198,8 +198,17 @@ SetupPage {
property var file: _oldFW ? "Sub/bluerov2-3_5.params" : "Sub/bluerov2-3_5_2.params" property var file: _oldFW ? "Sub/bluerov2-3_5.params" : "Sub/bluerov2-3_5_2.params"
onClicked : { onClicked : {
console.log(_oldFW) controller.loadParameters(file)
console.log(_activeVehicle.firmwarePatchVersion) hideDialog()
}
}
QGCButton {
width: parent.width
text: "Blue Robotics BlueROV2 Heavy"
property var file: "Sub/bluerov2-heavy-3_5_2.params"
onClicked : {
controller.loadParameters(file) controller.loadParameters(file)
hideDialog() hideDialog()
} }
......
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