mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
fixed reboot sequence
This commit is contained in:
parent
6581da1654
commit
9de6e9d2f1
9 changed files with 91 additions and 106 deletions
|
@ -1,5 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*global chrome*/
|
||||
|
||||
var serial = {
|
||||
connectionId: false,
|
||||
openRequested: false,
|
||||
|
@ -291,4 +293,5 @@ var serial = {
|
|||
this.outputBuffer = [];
|
||||
this.transmitting = false;
|
||||
}
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue