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-07-11 00:00:20 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-11 12:54:47 +0300
commit42c45648d3fe2619252abfaabea52f7cecfd0319 (patch)
tree24b1f3fe19f0b5387dee7f023a7dc93d9e053c75 /gulpfile.js
parent8e823748f4e8d317f691768941123d36db6b782c (diff)
Add support for editing more OSD settings from the OSD tab
- Voltage decimals - Crosshairs style - Sidebar scroll for left and right - Sidebar scrolling arrows
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 15bb0f8b..e39c64ca 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -83,6 +83,7 @@ sources.js = [
'./js/serial.js',
'./js/servoMixRule.js',
'./js/motorMixRule.js',
+ './js/settings.js',
'./js/outputMapping.js',
'./js/model.js',
'./js/serial_backend.js',