1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 05:15:21 +03:00

Adding Dynamic Idle

This commit is contained in:
Asizon 2020-03-04 10:36:32 +01:00
parent aef32bb63e
commit 6aaababb1d
5 changed files with 53 additions and 8 deletions

View file

@ -460,6 +460,7 @@ var FC = {
integratedYawRelax: 0,
motorOutputLimit: 0,
autoProfileCellCount: 0,
idleMinRpm: 0,
};
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };