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:05:45 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-07-23 12:05:45 +0300
commit752cd2360e1d462580a60a806b239c6b126b69aa (patch)
tree2d4ba0e4edda43ea0f70cc845cbedbfb48cf02cf /js
parentfa004421659e1d52eb93059b6e9072570dfc1152 (diff)
Add OSD Layout option
Diffstat (limited to 'js')
-rw-r--r--js/fc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index 0c2badde..04670e29 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1180,6 +1180,11 @@ var FC = {
name: "OVERRIDE THROTTLE",
hasOperand: [true, false],
output: "none"
+ },
+ 32: {
+ name: "SET OSD LAYOUT",
+ hasOperand: [true, false],
+ output: "none"
}
}
},