1
0
Fork 0
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:
Konstantin Sharlaimov 2018-07-15 18:20:13 +02:00 committed by GitHub
commit 6cc3d2900d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 3 deletions

View file

@ -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