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-05-20 19:05:34 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-05-20 19:05:34 +0300
commit6e80fd2b4d2626e04b21078644965cc1a31f7fe6 (patch)
treef37d191d83e741aa3d2546760431e9b1c9894191 /gulpfile.js
parent15e884acf18b7f182b9a9903c99116be5e5fb5da (diff)
Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab - Fix path to the .css file for receiver_msp.html - Increase number of channels to 12
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index caf35ba1..04ad8a66 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -116,10 +116,10 @@ sources.mapJs = [
];
sources.receiverCss = [
+ './src/css/tabs/receiver_msp.css',
'./css/opensans_webfontkit/fonts.css',
'./js/libraries/jquery.nouislider.min.css',
'./js/libraries/jquery.nouislider.pips.min.css',
- './tabs/receiver_msp.css'
];
sources.receiverJs = [