Skip to content

Commit

Permalink
Merge pull request iNavFlight#10568 from iNavFlight/MrD_Default-motor…
Browse files Browse the repository at this point in the history
…-stop-to-on

Default motor stop to `ON`
  • Loading branch information
MrD-RC authored Dec 31, 2024
2 parents 8ac5703 + fe98e0f commit 68ee1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3018,7 +3018,7 @@ If enabled, motor will stop when throttle is low on this mixer_profile

| Default | Min | Max |
| --- | --- | --- |
| OFF | OFF | ON |
| ON | OFF | ON |

---

Expand Down
2 changes: 1 addition & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ groups:
max: INT16_MAX
- name: motorstop_on_low
description: "If enabled, motor will stop when throttle is low on this mixer_profile"
default_value: OFF
default_value: ON
field: mixer_config.motorstopOnLow
type: bool
- name: mixer_pid_profile_linking
Expand Down

0 comments on commit 68ee1bb

Please sign in to comment.