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

NAV: Further improve handling of magless machines

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-03-12 22:46:12 +10:00
parent 526609b575
commit 235ebf667a
3 changed files with 13 additions and 10 deletions

View file

@ -54,6 +54,7 @@ typedef struct navigationFlags_s {
bool hasValidAltitudeSensor; // Indicates that we have a working altitude sensor (got at least one valid reading from it)
bool hasValidPositionSensor; // Indicates that GPS is working (or not)
bool hasValidSurfaceSensor;
bool hasValidHeadingSensor; // Indicate valid heading - wither mag or GPS at certain speed on airplane
bool isAdjustingPosition;
bool isAdjustingAltitude;