Skip to content

Commit

Permalink
Merge branch 'release_7.1.0' of github.com:iNavFlight/inav-configurat…
Browse files Browse the repository at this point in the history
…or into release_7.1.0
  • Loading branch information
DzikuVx committed Mar 27, 2024
2 parents 008e8f2 + 6e9a8b7 commit ddf1825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2993,8 +2993,8 @@
"posholdHoverThrottle": {
"message": "Hover throttle"
},
"posholdHoverMidThrottle": {
"message": "Use mid. throttle for ALTHOLD"
"navmcAltholdThrottle": {
"message": "Stick position for althold hover"
},
"mcWpSlowdown": {
"message": "Slow down when approaching waypoint"
Expand Down
10 changes: 6 additions & 4 deletions tabs/advanced_tuning.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,12 @@
<label for="max-bank-angle"><span data-i18n="posholdMaxBankAngle"></span></label>
<div for="max-bank-angle" class="helpicon cf_tip" data-i18n_title="posholdMaxBankAngleHelp"></div>
</div>
<div class="checkbox">
<input type="checkbox" class="toggle update_preview" id="use-mid-throttle" data-setting="nav_use_midthr_for_althold" data-live="true" />
<label for="use-mid-throttle"><span data-i18n="posholdHoverMidThrottle"></span></label>

<div class="select">
<select id="nav-mc-althold-throttle" data-setting="nav_mc_althold_throttle"></select>
<label for="nav-mc-althold-throttle"><span data-i18n="navmcAltholdThrottle"></span></label>
</div>

<div class="number">
<input id="hover-throttle" type="number" data-unit="us" data-setting="nav_mc_hover_thr" data-setting-multiplier="1" step="1" min="1000" max="2000" />
<label for="hover-throttle"><span data-i18n="posholdHoverThrottle"></span></label>
Expand Down Expand Up @@ -638,4 +640,4 @@
<a id="advanced-tuning-save-button" class="save" href="#" data-i18n="advancedTuningSave"></a>
</div>
</div>
</div>
</div>

0 comments on commit ddf1825

Please sign in to comment.