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:
-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>