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:
authorPaweł Spychalski <pspychalski@gmail.com>2020-07-23 12:00:04 +0300
committerGitHub <noreply@github.com>2020-07-23 12:00:04 +0300
commitbd3080cffb1f307c4fe0eb171701c7504b3f7b5b (patch)
tree486d67b590136e02e63824e1ea6fafedd67f43e0 /js
parentac1cac4beb73c7a4df828be293dc3b024f65bfb0 (diff)
parentb3e8fc384c8c8f65b61640b08b6cd03106569968 (diff)
Merge pull request #1042 from kernel-machine/gf_set_osd_layout
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 48cdfb70..58c75803 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1174,6 +1174,10 @@ var FC = {
7: {
name: "OVERRIDE THROTTLE",
hasOperand: true
+ },
+ 10: {
+ name: "SET OSD LAYOUT",
+ hasOperand: true
}
}
},