- take off reconnect for PR

10.3.x-maintenance
Larry (TBS) 2015-08-19 16:40:14 +08:00
parent d22f3faf1d
commit 14c4fe1739
2 changed files with 0 additions and 16 deletions

View File

@ -411,14 +411,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
MSP.send_message(MSP_codes.MSP_SET_BF_CONFIG, MSP.crunch(MSP_codes.MSP_SET_BF_CONFIG), false, save_serial_config);
if(CONFIG.boardIdentifier == "CLBR") {
waitSeconds(200);
$('a.connect').click();
waitSeconds(500);
$('a.connect').click();
}
});
// status data pulled via separate timer with static speed

View File

@ -282,14 +282,6 @@ TABS.ports.initialize = function (callback, scrollPosition) {
}, rebootTimeoutDelay);
}
if(CONFIG.boardIdentifier == "CLBR") {
waitSeconds(200);
$('a.connect').click();
waitSeconds(500);
$('a.connect').click();
}
}
};