mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 08:15:19 +03:00
MSP refactoring
This commit is contained in:
parent
3311093cb1
commit
18a00dedf8
26 changed files with 2431 additions and 2426 deletions
|
@ -172,7 +172,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(MSPCodes.MSP_IDENT, false, false, function () {
|
||||
GUI.log(chrome.i18n.getMessage('deviceReady'));
|
||||
if (!GUI.tab_switch_in_progress) {
|
||||
$('#tabs ul.mode-connected .tab_setup a').click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue