1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Merge branch 'master' into avs-fw-autotune

# Conflicts:
#	src/main/build/debug.h
#	src/main/fc/settings.yaml
This commit is contained in:
Alexander van Saase 2021-05-08 21:17:14 +02:00
commit bfdfd1a189
90 changed files with 833 additions and 326 deletions

View file

@ -85,6 +85,7 @@ typedef enum {
DEBUG_ALTITUDE,
DEBUG_GYRO_ALPHA_BETA_GAMMA,
DEBUG_SMITH_PREDICTOR,
DEBUG_AUTOTRIM,
DEBUG_AUTOTUNE,
DEBUG_COUNT
} debugType_e;