mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
added nav_fw_control_smoothness to Advanced tuning tab (in Fixed Wing Navigation Settings)
This commit is contained in:
parent
6b8f9166c4
commit
3f67c5db2a
2 changed files with 13 additions and 1 deletions
|
@ -2499,6 +2499,12 @@
|
||||||
},
|
},
|
||||||
"loiterRadius": {
|
"loiterRadius": {
|
||||||
"message": "Loiter radius [cm]"
|
"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": {
|
"fixedWingNavigationConfiguration": {
|
||||||
"message": "Fixed Wing Navigation Settings"
|
"message": "Fixed Wing Navigation Settings"
|
||||||
|
|
|
@ -364,7 +364,13 @@
|
||||||
<span data-i18n="loiterRadius"></span>
|
<span data-i18n="loiterRadius"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue