MR slow down for WP

pull/1232/head
Alexander van Saase 3 years ago
parent c46a52ae86
commit e0dd5944d0

@ -2443,6 +2443,12 @@
"posholdHoverMidThrottle": {
"message": "Use mid. throttle for ALTHOLD"
},
"mcWpSlowdown": {
"message": "Slow down when approaching waypoint"
},
"mcWpSlowdownHelp": {
"message": "When enabled, NAV engine will slow down when switching to the next waypoint. This prioritizes turning over forward movement. When disabled, NAV engine will continue to the next waypoint and turn as it goes."
},
"positionEstimatorConfiguration": {
"message": "Position Estimator"
},

@ -236,6 +236,11 @@
<input id="hover-throttle" type="number" 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>
</div>
<div class="checkbox">
<input id="wp-slowdown" type="checkbox" class="toggle update_preview" data-setting="nav_mc_wp_slowdown" data-live="true" />
<label for="wp-slowdown"><span data-i18n="mcWpSlowdown"></span></label>
<div class="helpicon cf_tip" data-i18n_title="mcWpSlowdownHelp"></div>
</div>
</div>
</div>
</div> <!-- left wrapper -->

Loading…
Cancel
Save