mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
Update navigation.c
Fix tabs
This commit is contained in:
parent
8f2c2620ef
commit
011533be52
1 changed files with 17 additions and 17 deletions
|
@ -106,7 +106,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
||||||
.rth_tail_first = 0,
|
.rth_tail_first = 0,
|
||||||
.disarm_on_landing = 0,
|
.disarm_on_landing = 0,
|
||||||
.rth_allow_landing = NAV_RTH_ALLOW_LANDING_ALWAYS,
|
.rth_allow_landing = NAV_RTH_ALLOW_LANDING_ALWAYS,
|
||||||
.rth_alt_control_override = 0, //set using nav_rth_alt_control_override
|
.rth_alt_control_override = 0, //Override the preset RTH altitude to the current altitude
|
||||||
.nav_overrides_motor_stop = NOMS_ALL_NAV,
|
.nav_overrides_motor_stop = NOMS_ALL_NAV,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue