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:
authorkernel-machine <l.giovannesi@gmail.com>2020-07-21 14:03:07 +0300
committerkernel-machine <l.giovannesi@gmail.com>2020-07-21 14:03:07 +0300
commitb3e8fc384c8c8f65b61640b08b6cd03106569968 (patch)
treef78547b238653099e57094b62de0675df812e0ef /js
parent56a0ed0cefab08f5e5c7a4a776546c9d8f40535c (diff)
Global function set OSD layout
Diffstat (limited to 'js')
-rw-r--r--js/fc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index f4ff6a42..153d57bc 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1169,6 +1169,10 @@ var FC = {
7: {
name: "OVERRIDE THROTTLE",
hasOperand: true
+ },
+ 10: {
+ name: "SET OSD LAYOUT",
+ hasOperand: true
}
}
},