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

Expert mode toggle refactoring

This commit is contained in:
Ivan Efimov 2021-10-02 03:16:46 -05:00
parent 4583ad4a0d
commit b63c02673a
3 changed files with 16 additions and 7 deletions

View file

@ -3017,3 +3017,8 @@ TABS.pid_tuning.changeRatesTypeLogo = function() {
break;
}
};
TABS.pid_tuning.expertModeChanged = function(expertModeEnabled) {
TuningSliders.setExpertMode(expertModeEnabled);
};