1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Reporting improvements

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-07-23 11:54:51 +02:00
parent 0dcf1a9e58
commit 95984dd7ee

View file

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