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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-03-28 23:14:04 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-03-28 23:14:04 +0300
commitd0cdef46f41192ac90583da6760fd98bec047d53 (patch)
tree225f0248769e90c287a5ba2d1080298852ebc675 /gulpfile.js
parent7fbf63b7fc6297a2738b3200c2d0b2e38f32eca9 (diff)
motor mix rules for all default presets
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index f90574f3..caf35ba1 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -82,6 +82,8 @@ sources.js = [
'./js/msp/MSPchainer.js',
'./js/port_handler.js',
'./js/serial.js',
+ './js/servoMixRule.js',
+ './js/motorMixRule.js',
'./js/model.js',
'./js/serial_backend.js',
'./js/data_storage.js',
@@ -92,8 +94,6 @@ sources.js = [
'./js/localization.js',
'./js/boards.js',
'./js/tasks.js',
- './js/servoMixRule.js',
- './js/motorMixRule.js',
'./js/servoMixerRuleCollection.js',
'./js/motorMixerRuleCollection.js',
'./main.js',