mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Implement CRUISE MODE for Fixed Wing (#3311)
* Nav cruise mode (2D/3D) * CRUISE FLM on LTM telemetry
This commit is contained in:
parent
ee68dcf56d
commit
46ef27db85
12 changed files with 321 additions and 14 deletions
|
@ -62,6 +62,7 @@ typedef enum {
|
|||
DEBUG_WIND_ESTIMATOR,
|
||||
DEBUG_SAG_COMP_VOLTAGE,
|
||||
DEBUG_VIBE,
|
||||
DEBUG_CRUISE,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue