mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Add WIND_ESTIMATOR debug mode
Uses debug[0-2] to log estimated wind in earth frame X, Y, Z.
This commit is contained in:
parent
c21718bcbd
commit
eb0fd005c1
3 changed files with 8 additions and 1 deletions
|
@ -56,6 +56,7 @@ typedef enum {
|
|||
DEBUG_FLOW_RAW,
|
||||
DEBUG_SBUS,
|
||||
DEBUG_FPORT,
|
||||
DEBUG_WIND_ESTIMATOR,
|
||||
DEBUG_ALWAYS,
|
||||
DEBUG_STAGE2,
|
||||
DEBUG_COUNT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue