1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

NAV: Allow position control from EzGUI (follow me etc) only if new 'GCS NAV' mode is enabled

This commit is contained in:
Konstantin (DigitalEntity) Sharlaimov 2016-03-08 19:35:20 +02:00
parent 2cd83a3110
commit fbeff0a1be
4 changed files with 17 additions and 3 deletions

View file

@ -59,6 +59,9 @@ typedef struct navigationFlags_s {
bool isAdjustingAltitude;
bool isAdjustingHeading;
// Behaviour modifiers
bool isGCSAssistedNavigationEnabled; // Does iNav accept WP#255 - follow-me etc.
bool forcedRTHActivated;
} navigationFlags_t;