mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Presets TAB
This commit is contained in:
parent
41747c65b6
commit
e63a5fe642
39 changed files with 3375 additions and 19 deletions
|
@ -401,6 +401,9 @@ function startProcess() {
|
|||
case 'cli':
|
||||
TABS.cli.initialize(content_ready, GUI.nwGui);
|
||||
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