Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading