mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Merge pull request #3349 from iNavFlight/de_nav_motor_stop
New setting for disabling motor_stop in NAV modes
This commit is contained in:
commit
6cc3d2900d
5 changed files with 13 additions and 3 deletions
|
@ -92,6 +92,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
|||
.rth_tail_first = 0,
|
||||
.disarm_on_landing = 0,
|
||||
.rth_allow_landing = NAV_RTH_ALLOW_LANDING_ALWAYS,
|
||||
.auto_overrides_motor_stop = 1,
|
||||
},
|
||||
|
||||
// General navigation parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue