Update motor_pwm_rate to 32000

This commit is contained in:
Michael Jakob 2014-11-29 16:51:17 +01:00
parent a58353692e
commit e33513b6c8
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ static void resetConf(void)
masterConfig.rxConfig.spektrum_sat_bind = 5;
masterConfig.escAndServoConfig.minthrottle = 1000;
masterConfig.escAndServoConfig.maxthrottle = 2000;
masterConfig.motor_pwm_rate = 32000;
currentControlRateProfile->rcRate8 = 130;
currentControlRateProfile->rollPitchRate = 20;
currentControlRateProfile->yawRate = 60;