mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Fix: RPM Limit - reset I-term at arm (#13214)
* RPM Limiter - reset I-term at arm * Update src/main/flight/mixer.c Co-authored-by: Jan Post <Rm2k-Freak@web.de> --------- Co-authored-by: Jan Post <Rm2k-Freak@web.de>
This commit is contained in:
parent
4f5bb1abc0
commit
6ac08cdd58
4 changed files with 10 additions and 5 deletions
|
@ -550,6 +550,9 @@ void tryArm(void)
|
|||
|
||||
#ifdef USE_OSD
|
||||
osdSuppressStats(false);
|
||||
#endif
|
||||
#ifdef USE_RPM_LIMIT
|
||||
mixerResetRpmLimiter();
|
||||
#endif
|
||||
ENABLE_ARMING_FLAG(ARMED);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue