mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Increase default Idle offset
This commit is contained in:
parent
ff8be19b8f
commit
12a6d2f848
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ void resetMotorConfig(motorConfig_t *motorConfig)
|
|||
#endif
|
||||
motorConfig->maxthrottle = 2000;
|
||||
motorConfig->mincommand = 1000;
|
||||
motorConfig->digitalIdleOffsetPercent = 3.0f;
|
||||
motorConfig->digitalIdleOffsetPercent = 4.5f;
|
||||
|
||||
int motorIndex = 0;
|
||||
for (int i = 0; i < USABLE_TIMER_CHANNEL_COUNT && motorIndex < MAX_SUPPORTED_MOTORS; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue