1
0
Fork 0
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:
haslinghuis 2021-11-26 02:49:56 +01:00 committed by GitHub
commit a45cc1d8c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 4438 additions and 561 deletions

View file

@ -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}`);
}