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

Merge pull request #2003 from sensei-hacker/rename-use-mid-throttle

rename use-mid-throttle (required to match INAV 7)
This commit is contained in:
Paweł Spychalski 2024-03-23 18:46:46 +01:00 committed by GitHub
commit 6e9a8b72f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

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