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:
parent
2cd83a3110
commit
fbeff0a1be
4 changed files with 17 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue