1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Clean up profile loading.

This commit is contained in:
mikeller 2016-07-27 02:46:13 +12:00
parent f9ee83d52e
commit 622a4fb821
9 changed files with 136 additions and 91 deletions

View file

@ -212,8 +212,6 @@ function onOpen(openInfo) {
GUI.allowedTabs.splice(GUI.allowedTabs.indexOf('led_strip'), 1);
}
GUI.canChangePidController = semver.gte(CONFIG.apiVersion, CONFIGURATOR.pidControllerChangeMinApiVersion);
onConnect();
$('#tabs ul.mode-connected .tab_setup a').click();