1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

rename use-mid-throttle to mc_althold_throttle

This commit is contained in:
Ray Morris 2024-03-23 12:35:26 -05:00
parent f443051ffa
commit feae17bcd1
2 changed files with 8 additions and 6 deletions

View file

@ -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"

View file

@ -243,10 +243,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>
@ -595,4 +597,4 @@
<a id="advanced-tuning-save-button" class="save" href="#" data-i18n="advancedTuningSave"></a>
</div>
</div>
</div>
</div>