mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Merge pull request #1905 from Asizon/dynamicIdle
Dynamic Idle configurable
This commit is contained in:
commit
94bd817aff
6 changed files with 30 additions and 6 deletions
|
@ -460,6 +460,7 @@ var FC = {
|
|||
integratedYawRelax: 0,
|
||||
motorOutputLimit: 0,
|
||||
autoProfileCellCount: 0,
|
||||
idleMinRpm: 0,
|
||||
};
|
||||
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue