Skip to content

Commit 4643640

Browse files
authored
Merge pull request #1854 from sdellava/master
Added operand 52 to trigger the Compass calibration procedure
2 parents 91a6505 + f0faf0c commit 4643640

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

js/fc.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,13 @@ var FC = {
12361236
operandType: "Set Flight Parameter",
12371237
hasOperand: [true, false],
12381238
output: "raw"
1239-
},
1239+
},
1240+
54: {
1241+
name: "Mag calibration",
1242+
operandType: "Set Flight Parameter",
1243+
hasOperand: [false, false],
1244+
output: "boolean"
1245+
},
12401246
}
12411247
},
12421248
getOperandTypes: function () {

0 commit comments

Comments
 (0)