Reporting improvements

pull/1043/head
Pawel Spychalski (DzikuVx) 4 years ago
parent 0dcf1a9e58
commit 95984dd7ee

@ -1133,57 +1133,57 @@ var FC = {
22: { 22: {
name: "OVERRIDE ARMING SAFETY", name: "OVERRIDE ARMING SAFETY",
hasOperand: [false, false], hasOperand: [false, false],
output: "none" output: "boolean"
}, },
23: { 23: {
name: "OVERRIDE THROTTLE SCALE", name: "OVERRIDE THROTTLE SCALE",
hasOperand: [true, false], hasOperand: [true, false],
output: "none" output: "boolean"
},
29: {
name: "OVERRIDE THROTTLE",
hasOperand: [true, false],
output: "boolean"
}, },
24: { 24: {
name: "SWAP ROLL & YAW", name: "SWAP ROLL & YAW",
hasOperand: [false, false], hasOperand: [false, false],
output: "none" output: "boolean"
}, },
25: { 25: {
name: "SET VTX POWER LEVEL", name: "SET VTX POWER LEVEL",
hasOperand: [true, false], hasOperand: [true, false],
output: "none" output: "boolean"
}, },
30: { 30: {
name: "SET VTX BAND", name: "SET VTX BAND",
hasOperand: [true, false], hasOperand: [true, false],
output: "none" output: "boolean"
}, },
31: { 31: {
name: "SET VTX CHANNEL", name: "SET VTX CHANNEL",
hasOperand: [true, false], hasOperand: [true, false],
output: "none" output: "boolean"
}, },
26: { 26: {
name: "INVERT ROLL", name: "INVERT ROLL",
hasOperand: [false, false], hasOperand: [false, false],
output: "none" output: "boolean"
}, },
27: { 27: {
name: "INVERT PITCH", name: "INVERT PITCH",
hasOperand: [false, false], hasOperand: [false, false],
output: "none" output: "boolean"
}, },
28: { 28: {
name: "INVERT YAW", name: "INVERT YAW",
hasOperand: [false, false], hasOperand: [false, false],
output: "none" output: "boolean"
},
29: {
name: "OVERRIDE THROTTLE",
hasOperand: [true, false],
output: "none"
}, },
32: { 32: {
name: "SET OSD LAYOUT", name: "SET OSD LAYOUT",
hasOperand: [true, false], hasOperand: [true, false],
output: "none" output: "boolean"
} }
} }
}, },

Loading…
Cancel
Save