mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 05:15:20 +03:00
removing obsolete parameter
This commit is contained in:
parent
c98bdd9f54
commit
d2a7b4559b
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ var serial = {
|
||||||
connect: function(path, options, callback) {
|
connect: function(path, options, callback) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
// force buffer size
|
|
||||||
options.bufferSize = 8192;
|
|
||||||
|
|
||||||
chrome.serial.connect(path, options, function(connectionInfo) {
|
chrome.serial.connect(path, options, function(connectionInfo) {
|
||||||
self.connectionId = connectionInfo.connectionId;
|
self.connectionId = connectionInfo.connectionId;
|
||||||
self.bytes_received = 0;
|
self.bytes_received = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue