1
0
Fork 0
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:
Alberto García Hierro 2018-05-11 14:03:37 +01:00
parent c21718bcbd
commit eb0fd005c1
3 changed files with 8 additions and 1 deletions

View file

@ -56,6 +56,7 @@ typedef enum {
DEBUG_FLOW_RAW,
DEBUG_SBUS,
DEBUG_FPORT,
DEBUG_WIND_ESTIMATOR,
DEBUG_ALWAYS,
DEBUG_STAGE2,
DEBUG_COUNT