mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 23:05:15 +03:00
Auto merged - #2618 at Wed, 06 Oct 2021 12:17:10 GMT
Expert mode toggle bugfix and refactoring
This commit is contained in:
commit
3feefcb184
3 changed files with 16 additions and 7 deletions
|
@ -2994,3 +2994,8 @@ TABS.pid_tuning.changeRatesTypeLogo = function() {
|
|||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
TABS.pid_tuning.expertModeChanged = function(expertModeEnabled) {
|
||||
TuningSliders.setExpertMode(expertModeEnabled);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue