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:
parent
0a3a9625b1
commit
7e9cebfbf3
5 changed files with 71 additions and 0 deletions
|
@ -458,6 +458,8 @@ var FC = {
|
|||
dMinAdvance: 0,
|
||||
useIntegratedYaw: 0,
|
||||
integratedYawRelax: 0,
|
||||
motorOutputLimit: 0,
|
||||
autoProfileCellCount: 0,
|
||||
};
|
||||
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue