We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c3c8 commit 2b8ff38Copy full SHA for 2b8ff38
src/js/serial.js
@@ -92,7 +92,7 @@ class Serial extends EventTarget {
92
let result = false;
93
try {
94
this._protocol = this.selectProtocol(path);
95
- result = await this._protocol.connect(path, options, callback);
+ result = await this._protocol.connect(path, options);
96
} catch (error) {
97
console.error(`${this.logHead} Error during connection:`, error);
98
}
0 commit comments