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:
authorPaweł Spychalski <pspychalski@gmail.com>2022-10-07 11:19:44 +0300
committerGitHub <noreply@github.com>2022-10-07 11:19:44 +0300
commit4ce247b8efaedd02f32d75ccb1e04b77460f580c (patch)
tree1f195808416c089cd4e0f02c96d5780d195ad08f
parentfae03a81974aa57a7def507c1a03a5646db037ed (diff)
parentf1ef622c5feb55c7c5771845294399d6df4dcca2 (diff)
Merge pull request #1637 from iNavFlight/dzikuvx-mixer-tab-output-mode
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 b684c29a..3998a1b0 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3810,6 +3810,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>