diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c1cef826..0fbfee27 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" }, diff --git a/tabs/advanced_tuning.html b/tabs/advanced_tuning.html index 0e84ec0d..77c44936 100644 --- a/tabs/advanced_tuning.html +++ b/tabs/advanced_tuning.html @@ -236,6 +236,11 @@ +
+ + +
+