1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Add inflight adjustments for Dterm sliders

This commit is contained in:
borisbstyle 2016-11-30 14:19:19 +01:00
parent 29690b9c00
commit cbc8efd16a
2 changed files with 20 additions and 0 deletions

View file

@ -205,6 +205,8 @@ typedef enum {
ADJUSTMENT_ROLL_I,
ADJUSTMENT_ROLL_D,
ADJUSTMENT_RC_RATE_YAW,
ADJUSTMENT_D_SETPOINT,
ADJUSTMENT_D_SETPOINT_TRANSITION,
ADJUSTMENT_FUNCTION_COUNT,
} adjustmentFunction_e;