Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-07-23 12:54:51 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-07-23 12:54:51 +0300
commit95984dd7eed803ac45d660c2a1ffd8c0fab138e6 (patch)
treeb8e48d90905885f4f9cf1c009aa5a5ced6a87611 /js
parent0dcf1a9e58a96169cf51fc12c1dcbabcba34c21a (diff)
Reporting improvements
Diffstat (limited to 'js')
-rw-r--r--js/fc.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/js/fc.js b/js/fc.js
index fd24a46d..19c0fa37 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -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"
+ output: "boolean"
+ },
+ 29: {
+ name: "OVERRIDE THROTTLE",
+ hasOperand: [true, false],
+ output: "boolean"
},
24: {
name: "SWAP ROLL & YAW",
hasOperand: [false, false],
- output: "none"
+ output: "boolean"
},
25: {
name: "SET VTX POWER LEVEL",
hasOperand: [true, false],
- output: "none"
+ output: "boolean"
},
30: {
name: "SET VTX BAND",
hasOperand: [true, false],
- output: "none"
+ output: "boolean"
},
31: {
name: "SET VTX CHANNEL",
hasOperand: [true, false],
- output: "none"
+ output: "boolean"
},
26: {
name: "INVERT ROLL",
hasOperand: [false, false],
- output: "none"
+ output: "boolean"
},
27: {
name: "INVERT PITCH",
hasOperand: [false, false],
- output: "none"
+ output: "boolean"
},
28: {
name: "INVERT YAW",
hasOperand: [false, false],
- output: "none"
- },
- 29: {
- name: "OVERRIDE THROTTLE",
- hasOperand: [true, false],
- output: "none"
+ output: "boolean"
},
32: {
name: "SET OSD LAYOUT",
hasOperand: [true, false],
- output: "none"
+ output: "boolean"
}
}
},