From fe98e0fefd8e5be4cf5ff18c447a3e64972905f8 Mon Sep 17 00:00:00 2001 From: Mr D - RC Date: Tue, 31 Dec 2024 22:51:07 +0000 Subject: [PATCH] Default motor stop to `ON` --- docs/Settings.md | 2 +- src/main/fc/settings.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Settings.md b/docs/Settings.md index c0e78a04fca..73ac0406517 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 4ffeac9e534..c875944a694 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