Skip to content

Commit a6c7d81

Browse files
authored
Merge pull request #7584 from breadoven/abo_update_controls.md
Update controls.md
2 parents 255b5b4 + 888344a commit a6c7d81

File tree

4 files changed

+566
-437
lines changed

4 files changed

+566
-437
lines changed

docs/Controls.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ When armed, the aircraft is ready to fly and the motors will spin when throttle
66

77
Arming and disarming is done using a switch, set up on the modes page. (NOTE: Stick arming was removed in iNav 2.2)
88

9+
**YAW STICK ARMING OVERRIDE:**
10+
Arming is disabled when Nav modes are configured and no GPS lock is available or if a WP mission is loaded but the first WP is farther than the `nav_wp_safe_distance` setting. This Arming block can be bypassed if need be by setting `nav_extra_arming_safety` to `ALLOW_BYPASS` and moving the Yaw stick to the high position when the Arm switch is used. This bypasses GPS Arm blocking pre INAV 4.0.0 and both GPS and "First WP too far" Arm blocking from INAV 4.0.0.
11+
912
## Stick Positions
1013

1114
The three stick positions are:
@@ -36,6 +39,9 @@ The stick positions are combined to activate different functions:
3639
| Save current waypoint mission | LOW | CENTER | HIGH | LOW |
3740
| Load current waypoint mission | LOW | CENTER | HIGH | HIGH |
3841
| Unload waypoint mission | LOW | CENTER | LOW | HIGH |
42+
| Increase WP mission index | LOW | CENTER | CENTER | HIGH |
43+
| Decrease WP mission index | LOW | CENTER | CENTER | LOW |
44+
| Bypass Nav Arm disable | LOW | HIGH | CENTER | CENTER |
3945
| Save setting | LOW | LOW | LOW | HIGH |
4046
| Enter OSD Menu (CMS) | CENTER | LOW | HIGH | CENTER |
4147

docs/assets/images/StickPositions.png

153 KB
Loading

0 commit comments

Comments
 (0)