mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
PID contoller documentation update (MultiWii23 and MultiWiiHybrid)
This commit is contained in:
parent
396731a428
commit
704a431070
2 changed files with 18 additions and 2 deletions
|
@ -470,7 +470,7 @@ static void resetConf(void)
|
|||
masterConfig.escAndServoConfig.maxthrottle = 2000;
|
||||
masterConfig.motor_pwm_rate = 32000;
|
||||
masterConfig.looptime = 2000;
|
||||
// currentProfile->pidController = 3;
|
||||
currentProfile->pidController = 3;
|
||||
currentProfile->pidProfile.P8[ROLL] = 36;
|
||||
currentProfile->pidProfile.P8[PITCH] = 36;
|
||||
currentProfile->failsafeConfig.failsafe_delay = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue