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

added nav_fw_control_smoothness to Advanced tuning tab (in Fixed Wing Navigation Settings)

This commit is contained in:
pablitous 2020-06-10 01:40:20 -03:00
parent 6b8f9166c4
commit 3f67c5db2a
2 changed files with 13 additions and 1 deletions

View file

@ -2499,6 +2499,12 @@
},
"loiterRadius": {
"message": "Loiter radius [cm]"
},
"controlSmoothness": {
"message": "Control Smoothness"
},
"controlSmoothnessHelp": {
"message": "How smoothly the autopilot controls the airplane to correct the navigation error [0-9]"
},
"fixedWingNavigationConfiguration": {
"message": "Fixed Wing Navigation Settings"

View file

@ -364,7 +364,13 @@
<span data-i18n="loiterRadius"></span>
</label>
</div>
<div class="number">
<input type="number" id="controlSmoothness" data-setting="nav_fw_control_smoothness" data-setting-multiplier="1" step="1" min="0" max="9" />
<label for="controlSmoothness">
<span data-i18n="controlSmoothness"></span>
</label>
<div class="helpicon cf_tip" data-i18n_title="controlSmoothnessHelp"></div>
</div>
</div>
</div>