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:
parent
8b85c57723
commit
9b826f4373
4 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue