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
path: root/tabs
diff options
context:
space:
mode:
authorPaweł Spychalski <pspychalski@gmail.com>2019-05-19 22:14:47 +0300
committerGitHub <noreply@github.com>2019-05-19 22:14:47 +0300
commit390c593ea304275ef221684510fc596612237be1 (patch)
tree91887e007edaa15d85806af5665aee24dac33b20 /tabs
parent505bb200f2cb0889224e933d5f5bdb603dfcb738 (diff)
parentf0a9c8727bc6de772ddeee63b6862622657c1edb (diff)
Merge pull request #771 from iNavFlight/dzikuvx-airmode-gui
GUI for airmode
Diffstat (limited to 'tabs')
-rwxr-xr-xtabs/pid_tuning.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html
index fd7784ab..e6bc9ed3 100755
--- a/tabs/pid_tuning.html
+++ b/tabs/pid_tuning.html
@@ -228,6 +228,13 @@
<table class="rate-tpa rate-tpa--filtering">
<tbody>
<tr class="requires-v2_2">
+ <th data-i18n="mc_airmode_type"></th>
+ <td >
+ <select data-setting="mc_airmode_type" />
+ <div class="helpicon cf_tip" data-i18n_title="mc_airmode_type_help"></div>
+ </td>
+ </tr>
+ <tr class="requires-v2_2">
<th data-i18n="itermRelax"></th>
<td >
<select data-setting="mc_iterm_relax" />
@@ -249,6 +256,13 @@
<table class="spacer_left rate-tpa rate-tpa--filtering">
<tbody>
<tr class="requires-v2_2">
+ <th data-i18n="mc_airmode_threshold"></th>
+ <td >
+ <select data-setting="mc_airmode_threshold" />
+ <div class="helpicon cf_tip" data-i18n_title="mc_airmode_threshold_help"></div>
+ </td>
+ </tr>
+ <tr class="requires-v2_2">
<th data-i18n="itermRelaxType"></th>
<td >
<select data-setting="mc_iterm_relax_type" />