mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
Reporting improvements
This commit is contained in:
parent
0dcf1a9e58
commit
95984dd7ee
1 changed files with 39 additions and 39 deletions
78
js/fc.js
78
js/fc.js
|
@ -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"
|
||||||
},
|
|
||||||
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"
|
|
||||||
},
|
},
|
||||||
29: {
|
29: {
|
||||||
name: "OVERRIDE THROTTLE",
|
name: "OVERRIDE THROTTLE",
|
||||||
hasOperand: [true, false],
|
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: {
|
32: {
|
||||||
name: "SET OSD LAYOUT",
|
name: "SET OSD LAYOUT",
|
||||||
hasOperand: [true, false],
|
hasOperand: [true, false],
|
||||||
output: "none"
|
output: "boolean"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue