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-04-25 22:02:52 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-04-25 22:02:52 +0300
commitdf606203bf76a23d608ab84d0c9f68f20e49e9cb (patch)
tree16dbf4bf1da428746e040f4740fe6ea6711825d1 /js
parent247620cb6b8f33550be058b281441c7a0fbf5c1d (diff)
Allow to change VTX band channel via global functions
Diffstat (limited to 'js')
-rw-r--r--js/fc.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index 0eae4b75..0e2107f3 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1146,6 +1146,14 @@ var FC = {
name: "SET VTX POWER LEVEL",
hasOperand: true
},
+ 8: {
+ name: "SET VTX BAND",
+ hasOperand: true
+ },
+ 9: {
+ name: "SET VTX CHANNEL",
+ hasOperand: true
+ },
4: {
name: "INVERT ROLL",
hasOperand: false