1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

removing obsolete parameter

This commit is contained in:
cTn 2014-01-27 01:52:01 +01:00
parent c98bdd9f54
commit d2a7b4559b

View file

@ -9,9 +9,6 @@ var serial = {
connect: function(path, options, callback) {
var self = this;
// force buffer size
options.bufferSize = 8192;
chrome.serial.connect(path, options, function(connectionInfo) {
self.connectionId = connectionInfo.connectionId;
self.bytes_received = 0;