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>2022-10-07 10:46:26 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-10-07 10:46:26 +0300
commitf1ef622c5feb55c7c5771845294399d6df4dcca2 (patch)
treeb2d412d1f66fedfc1a18779455bcf640ee06c370
parent0917397880d8eaba4ca8ffb65d9af0e52e252cf0 (diff)
Add output_mode to Mixer tab configuration
-rwxr-xr-x_locales/en/messages.json3
-rw-r--r--tabs/mixer.html6
2 files changed, 9 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index e3d2e7f5..b075b319 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3804,6 +3804,9 @@
"platformConfiguration": {
"message": "Platform configuration"
},
+ "output_modeTitle": {
+ "message": "Output mode"
+ },
"mixerPreset": {
"message": "Mixer preset"
},
diff --git a/tabs/mixer.html b/tabs/mixer.html
index c86c2eee..56259464 100644
--- a/tabs/mixer.html
+++ b/tabs/mixer.html
@@ -20,6 +20,12 @@
<label for="motor_direction_inverted"><span data-i18n="motor_direction_inverted"></span></label>
<div class="helpicon cf_tip" data-i18n_title="motor_direction_inverted_hint"></div>
</div>
+ <div class="select">
+ <select id="output_mode" data-setting="output_mode"></select>
+ <label for="output_mode">
+ <span data-i18n="output_modeTitle"></span>
+ </label>
+ </div>
</div>
</div>
</div>