Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
Delta Configurator
Commits
e0dd5944
Commit
e0dd5944
authored
Apr 15, 2021
by
Alexander van Saase
Browse files
MR slow down for WP
parent
c46a52ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
_locales/en/messages.json
View file @
e0dd5944
...
...
@@ -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"
},
...
...
tabs/advanced_tuning.html
View file @
e0dd5944
...
...
@@ -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 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment