diff --git a/docs/Settings.md b/docs/Settings.md index c0e78a04fc..73ac040651 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -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 | --- diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index 4ffeac9e53..c875944a69 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -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