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

Fix to angle mode limit

This commit is contained in:
Martin Budden 2017-08-30 09:50:23 +01:00
parent bfa0bf8a53
commit 877c82bc3f
4 changed files with 5 additions and 8 deletions

View file

@ -85,7 +85,6 @@ typedef struct pidProfile_s {
uint8_t vbatPidCompensation; // Scale PIDsum to battery voltage
uint8_t pidAtMinThrottle; // Disable/Enable pids on zero throttle. Normally even without airmode P and D would be active.
uint8_t levelAngleLimit; // Max angle in degrees in level mode
uint8_t levelSensitivity; // Angle mode sensitivity reflected in degrees assuming user using full stick
uint8_t horizon_tilt_effect; // inclination factor for Horizon mode
uint8_t horizon_tilt_expert_mode; // OFF or ON