mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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) {
|
||||
var self = this;
|
||||
|
||||
// force buffer size
|
||||
options.bufferSize = 8192;
|
||||
|
||||
chrome.serial.connect(path, options, function(connectionInfo) {
|
||||
self.connectionId = connectionInfo.connectionId;
|
||||
self.bytes_received = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue