mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fix for uncalculated throttle
This commit is contained in:
parent
89527df273
commit
c854ea771d
2 changed files with 2 additions and 1 deletions
|
@ -1164,6 +1164,7 @@ void changeControlRateProfile(uint8_t profileIndex)
|
|||
profileIndex = MAX_RATEPROFILES - 1;
|
||||
}
|
||||
setControlRateProfile(profileIndex);
|
||||
generateThrottleCurve();
|
||||
}
|
||||
|
||||
void beeperOffSet(uint32_t mask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue