1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 23:05:17 +03:00

Update navigation.c

This commit is contained in:
breadoven 2020-09-30 14:00:26 +01:00
parent c6cfff4771
commit 3b34fb4195

View file

@ -103,6 +103,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
.disarm_on_landing = 0, .disarm_on_landing = 0,
.rth_allow_landing = NAV_RTH_ALLOW_LANDING_ALWAYS, .rth_allow_landing = NAV_RTH_ALLOW_LANDING_ALWAYS,
.auto_overrides_motor_stop = 1, .auto_overrides_motor_stop = 1,
.rth_alt_control_override = 0, //set using nav_rth_alt_control_override
}, },
// General navigation parameters // General navigation parameters