Skip to content

Commit

Permalink
Merge pull request #1669 from RomanLut/submit-gps-fix-estimation
Browse files Browse the repository at this point in the history
Added "Disable GPS Sensor Fix" logic condition
  • Loading branch information
DzikuVx authored Apr 25, 2024
2 parents c572a3d + 571cda9 commit 8103003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,12 @@ var FC = {
operandType: "Set Flight Parameter",
hasOperand: [true, false],
output: "raw"
},
53: {
name: "Disable GPS Sensor Fix",
operandType: "Set Flight Parameter",
hasOperand: [true, false],
output: "boolean"
},
54: {
name: "Mag calibration",
Expand Down

0 comments on commit 8103003

Please sign in to comment.