mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Update ALIENWIIF1/F3 specific failsafe configuration to fix broken build
This commit is contained in:
parent
4b4e64e204
commit
4b7de19460
1 changed files with 3 additions and 3 deletions
|
@ -534,9 +534,9 @@ static void resetConf(void)
|
||||||
currentProfile->pidProfile.pidController = 3;
|
currentProfile->pidProfile.pidController = 3;
|
||||||
currentProfile->pidProfile.P8[ROLL] = 36;
|
currentProfile->pidProfile.P8[ROLL] = 36;
|
||||||
currentProfile->pidProfile.P8[PITCH] = 36;
|
currentProfile->pidProfile.P8[PITCH] = 36;
|
||||||
currentProfile->failsafeConfig.failsafe_delay = 2;
|
masterConfig.failsafeConfig.failsafe_delay = 2;
|
||||||
currentProfile->failsafeConfig.failsafe_off_delay = 0;
|
masterConfig.failsafeConfig.failsafe_off_delay = 0;
|
||||||
currentProfile->failsafeConfig.failsafe_throttle = 1000;
|
masterConfig.failsafeConfig.failsafe_throttle = 1000;
|
||||||
currentControlRateProfile->rcRate8 = 130;
|
currentControlRateProfile->rcRate8 = 130;
|
||||||
currentControlRateProfile->rates[FD_PITCH] = 20;
|
currentControlRateProfile->rates[FD_PITCH] = 20;
|
||||||
currentControlRateProfile->rates[FD_ROLL] = 20;
|
currentControlRateProfile->rates[FD_ROLL] = 20;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue