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

Allow separate debug of PID measurement

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-07-08 22:27:17 +02:00
parent 70054d59b0
commit eebb5f644f
4 changed files with 5 additions and 3 deletions

View file

@ -72,6 +72,7 @@ typedef enum {
DEBUG_DYNAMIC_FILTER_FREQUENCY,
DEBUG_IRLOCK,
DEBUG_CD,
DEBUG_KALMAN,
DEBUG_KALMAN_GAIN,
DEBUG_PID_MEASUREMENT,
DEBUG_COUNT
} debugType_e;