Merge branch 'cleanflight/development' into NewPIDFunctions

10.3.x-maintenance
skaman82 2015-12-28 00:30:13 +01:00
commit d7482348e8
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ TABS.cli.read = function (readInfo) {
GUI.timeout_add('waiting_for_bootup', function waiting_for_bootup() {
MSP.send_message(MSP_codes.MSP_IDENT, false, false, function () {
GUI.log(chrome.i18n.getMessage('deviceReady'));
if (!this.tab_switch_in_progress) {
if (!GUI.tab_switch_in_progress) {
$('#tabs ul.mode-connected .tab_setup a').click();
}
});