Skip to content

Commit c9016a9

Browse files
authored
Merge pull request #10592 from iNavFlight/MrD_Update-parameter-description
Update description for disarm_always
2 parents 0c5754f + ffe01e0 commit c9016a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Defines debug values exposed in debug variables (developer / debugging setting)
674674

675675
### disarm_always
676676

677-
Disarms the motors independently of throttle value. Setting to OFF reverts to the old behaviour of disarming only when the throttle is low.
677+
When you switch to Disarm, do so regardless of throttle position. If this Setting is `OFF`. It will only disarm only when the throttle is low. This is similar to the previous `disarm_kill_switch` option. Default setting is the same as the old default behaviour.
678678

679679
| Default | Min | Max |
680680
| --- | --- | --- |

src/main/fc/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ groups:
15471547
default_value: OFF
15481548
type: bool
15491549
- name: disarm_always
1550-
description: "Disarms the motors independently of throttle value. Setting to OFF reverts to the old behaviour of disarming only when the throttle is low."
1550+
description: "When you switch to Disarm, do so regardless of throttle position. If this Setting is `OFF`. It will only disarm only when the throttle is low. This is similar to the previous `disarm_kill_switch` option. Default setting is the same as the old default behaviour."
15511551
default_value: ON
15521552
type: bool
15531553
- name: switch_disarm_delay

0 commit comments

Comments
 (0)