adjust default value to work with new alt hold or fpv

This commit is contained in:
treymarc 2014-04-12 17:26:59 +00:00
parent 39f3874661
commit 0286b13768
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ static void resetConf(void)
cfg.yawdeadband = 0;
cfg.alt_hold_throttle_neutral = 40;
cfg.alt_hold_fast_change = 1;
cfg.throttle_correction_value = 0; // could be 40
cfg.throttle_correction_angle = 300; // 30.0 deg , could be 225
cfg.throttle_correction_value = 0; // could 10 with althold or 40 for fpv
cfg.throttle_correction_angle = 800; // could be 80.0 deg with atlhold or 45.0 for fpv
// Failsafe Variables
cfg.failsafe_delay = 10; // 1sec