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

Adding Motor Output Limit and cellcount

Fix cell count min

Move tootltip`icons

Cosmetic changes
This commit is contained in:
Asizon 2020-02-28 10:05:16 +01:00 committed by mikeller
parent 0a3a9625b1
commit 7e9cebfbf3
5 changed files with 71 additions and 0 deletions

View file

@ -458,6 +458,8 @@ var FC = {
dMinAdvance: 0,
useIntegratedYaw: 0,
integratedYawRelax: 0,
motorOutputLimit: 0,
autoProfileCellCount: 0,
};
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };