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

Some cleanup of MSP code

This commit is contained in:
KiteAnton 2016-08-05 12:54:33 +02:00
parent ce9ade16e5
commit 2ffefb065f
11 changed files with 29 additions and 81 deletions

View file

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