mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Extend save and restore for all settings
Fix Enable PID sliders button Fix duplicate block?
This commit is contained in:
parent
faa3982890
commit
3ebd1697a5
3 changed files with 63 additions and 70 deletions
|
@ -252,8 +252,8 @@ function startProcess() {
|
|||
const tabName = $(self).text();
|
||||
|
||||
if (GUI.active_tab === 'pid_tuning') {
|
||||
if (TABS.pid_tuning.sliderRetainConfiguration) {
|
||||
TuningSliders.restoreInitialSettings();
|
||||
if (TABS.pid_tuning.retainConfiguration) {
|
||||
TABS.pid_tuning.restoreInitialSettings();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue