mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Add support for firmware side sliders
This commit is contained in:
parent
de071bc136
commit
41fb373c94
9 changed files with 485 additions and 260 deletions
|
@ -502,6 +502,8 @@ function startProcess() {
|
|||
if (FC.FEATURE_CONFIG && FC.FEATURE_CONFIG.features !== 0) {
|
||||
updateTabList(FC.FEATURE_CONFIG.features);
|
||||
}
|
||||
|
||||
TuningSliders.setExpertMode(checked);
|
||||
}).change();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue