Skip to content

Commit

Permalink
Merge pull request #10592 from iNavFlight/MrD_Update-parameter-descri…
Browse files Browse the repository at this point in the history
…ption

Update description for disarm_always
  • Loading branch information
MrD-RC authored Jan 13, 2025
2 parents 0c5754f + ffe01e0 commit c9016a9
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 @@ -674,7 +674,7 @@ Defines debug values exposed in debug variables (developer / debugging setting)

### disarm_always

Disarms the motors independently of throttle value. Setting to OFF reverts to the old behaviour of disarming only when the throttle is low.
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.

| Default | Min | Max |
| --- | --- | --- |
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 @@ -1547,7 +1547,7 @@ groups:
default_value: OFF
type: bool
- name: disarm_always
description: "Disarms the motors independently of throttle value. Setting to OFF reverts to the old behaviour of disarming only when the throttle is low."
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."
default_value: ON
type: bool
- name: switch_disarm_delay
Expand Down

0 comments on commit c9016a9

Please sign in to comment.