mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
adjust default value to work with new alt hold or fpv
This commit is contained in:
parent
39f3874661
commit
0286b13768
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@ static void resetConf(void)
|
||||||
cfg.yawdeadband = 0;
|
cfg.yawdeadband = 0;
|
||||||
cfg.alt_hold_throttle_neutral = 40;
|
cfg.alt_hold_throttle_neutral = 40;
|
||||||
cfg.alt_hold_fast_change = 1;
|
cfg.alt_hold_fast_change = 1;
|
||||||
cfg.throttle_correction_value = 0; // could be 40
|
cfg.throttle_correction_value = 0; // could 10 with althold or 40 for fpv
|
||||||
cfg.throttle_correction_angle = 300; // 30.0 deg , could be 225
|
cfg.throttle_correction_angle = 800; // could be 80.0 deg with atlhold or 45.0 for fpv
|
||||||
|
|
||||||
// Failsafe Variables
|
// Failsafe Variables
|
||||||
cfg.failsafe_delay = 10; // 1sec
|
cfg.failsafe_delay = 10; // 1sec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue