1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2016-12-23 16:08:42 +01:00
parent 6581da1654
commit 9de6e9d2f1
9 changed files with 91 additions and 106 deletions

View file

@ -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;
}
};