mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix PR issue for colibri target
This commit is contained in:
parent
cd30abdec6
commit
7c582fb863
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ static void resetConf(void)
|
|||
currentControlRateProfile->rates[FD_YAW] = 90;
|
||||
currentControlRateProfile->dynThrPID = 30;
|
||||
currentControlRateProfile->tpa_breakpoint = 1500;
|
||||
currentProfile->rcControlsConfig.deadband = 10;
|
||||
masterConfig.rcControlsConfig.deadband = 10;
|
||||
|
||||
masterConfig.escAndServoConfig.minthrottle = 1025;
|
||||
masterConfig.escAndServoConfig.maxthrottle = 1980;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue