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-04-26 12:29:21 +0300
committerGitHub <noreply@github.com>2020-04-26 12:29:21 +0300
commitb43a77d31a2097fd321e056aae1edacaf3748d84 (patch)
tree22e4451cd7ce0e536c8618afe665d3cab23c1e4d /js
parent1e73e01700ebfe89e7c0b6e0c2dadb193f68fcfd (diff)
parentdf606203bf76a23d608ab84d0c9f68f20e49e9cb (diff)
Merge pull request #970 from iNavFlight/dzikuvx-vtx-channel-band-support
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 57bcff94..4d91bf49 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