mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Merge branch 'master' into fix_tab_switch
This commit is contained in:
commit
a45cc1d8c7
45 changed files with 4438 additions and 561 deletions
|
@ -404,6 +404,10 @@ function startProcess() {
|
|||
// Add a little timeout to let MSP comands finish
|
||||
GUI.timeout_add('wait_for_msp_finished', () => TABS.cli.initialize(content_ready, GUI.nwGui), timeout);
|
||||
break;
|
||||
case 'presets':
|
||||
TABS.presets.initialize(content_ready, GUI.nwGui);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.log(`Tab not found: ${tab}`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue