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:
parent
526609b575
commit
235ebf667a
3 changed files with 13 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue