Commit b0f9715d authored by Jacob Walser's avatar Jacob Walser Committed by Willian Galvani

Add BlueROV2 heavy default parameter configuration

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