1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Setpoint PID attenuation (for wings) (#13719)

* Setpoint PID attenuation

* Suggestions from ledvinap's review
This commit is contained in:
Ivan Efimov 2024-06-25 16:38:43 -05:00 committed by GitHub
parent 8eec0fe8d5
commit 2ceb8e0417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 137 additions and 2 deletions

View file

@ -121,6 +121,7 @@ typedef enum {
DEBUG_EZLANDING,
DEBUG_TPA,
DEBUG_S_TERM,
DEBUG_SPA,
DEBUG_COUNT
} debugType_e;