1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Merge pull request #8909 from iNavFlight/dziukvx-set-bypass-as-default

Set ALLOW_BYPASS as default nav_extra_arming_safety
This commit is contained in:
Paweł Spychalski 2023-03-26 18:26:59 +02:00 committed by GitHub
commit 5f1de24f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2728,7 +2728,7 @@ If set to ON drone won't arm if no GPS fix and any navigation mode like RTH or P
| Default | Min | Max |
| --- | --- | --- |
| ON | | |
| ALLOW_BYPASS | | |
---

View file

@ -2312,7 +2312,7 @@ groups:
type: bool
- name: nav_extra_arming_safety
description: "If set to ON drone won't arm if no GPS fix and any navigation mode like RTH or POSHOLD is configured. ALLOW_BYPASS allows the user to momentarily disable this check by holding yaw high (left stick held at the bottom right in mode 2) when switch arming is used"
default_value: "ON"
default_value: "ALLOW_BYPASS"
field: general.flags.extra_arming_safety
table: nav_extra_arming_safety
- name: nav_user_control_mode