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

Configurable saturation limit for Airmode

This commit is contained in:
borisbstyle 2016-02-07 23:29:00 +01:00
parent 8b85c57723
commit 9b826f4373
4 changed files with 9 additions and 8 deletions

View file

@ -332,7 +332,7 @@ void resetRcControlsConfig(rcControlsConfig_t *rcControlsConfig) {
void resetMixerConfig(mixerConfig_t *mixerConfig) {
mixerConfig->yaw_motor_direction = 1;
mixerConfig->agressive_airmode = 0;
mixerConfig->airmode_saturation_limit = 50;
mixerConfig->yaw_jump_prevention_limit = 200;
#ifdef USE_SERVOS
mixerConfig->tri_unarmed_servo = 1;