mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Added motor output limiting per profile.
This commit is contained in:
parent
4bff464b92
commit
a3cf7e0cf7
5 changed files with 28 additions and 11 deletions
|
@ -202,6 +202,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->pid[PID_ROLL].D = 30;
|
||||
pidProfile->pid[PID_PITCH].D = 32;
|
||||
#endif
|
||||
pidProfile->motor_output_limit = 100;
|
||||
}
|
||||
|
||||
void pgResetFn_pidProfiles(pidProfile_t *pidProfiles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue