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

First cut on Smith Compensator on PID measurement

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-04-27 16:44:39 +02:00
parent 459645801b
commit 06fed7bec2
8 changed files with 179 additions and 1 deletions

View file

@ -83,5 +83,6 @@ typedef enum {
DEBUG_FW_D,
DEBUG_IMU2,
DEBUG_ALTITUDE,
DEBUG_SMITH_COMPENSATOR,
DEBUG_COUNT
} debugType_e;