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:
authorazol <75358050@qq.com>2017-08-04 13:36:40 +0300
committerazolyoung <azol@51ecommerce.com>2017-08-06 06:05:43 +0300
commit73f324e4c1fb8f173d19f2e8a3e387accc9526e4 (patch)
treedbefa924fb53c54ec522e8782c7508372779c51e /gulpfile.js
parente394d4fd8671d8546296af7012fe5031699b889e (diff)
add runcam split suport
add peripherals column on ports page fixed ports page will show the rcsplit with apiversion less 1.27.0 move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available cleanup clean up
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a3883f19..2147837f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -77,7 +77,8 @@ sources.js = [
'./js/periodicStatusUpdater.js',
'./js/serial_queue.js',
'./js/msp_balanced_interval.js',
- './tabs/advanced_tuning.js'
+ './tabs/advanced_tuning.js',
+ './js/peripherals.js'
];
sources.mapJs = [