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
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-06-20 17:21:40 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-06-20 17:56:24 +0300
commit6da922919fb87023fc7bb47bdf81d356ee2a4c4c (patch)
treeae2d2a29b3d8717e7cc04de1ac715b29e25e5a6b /gulpfile.js
parentba45e316e3efa9c118582009584174bc884d6090 (diff)
Add support for the new VTX settings API
When a controllable VTX is configured, a new section appears in the configuration tab which allows the user to set the band, channel power and "low power on disarm" option.
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index dd5907e5..531e30e4 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -97,6 +97,7 @@ sources.js = [
'./js/tasks.js',
'./js/servoMixerRuleCollection.js',
'./js/motorMixerRuleCollection.js',
+ './js/vtx.js',
'./main.js',
'./tabs/*.js',
'./js/eventFrequencyAnalyzer.js',