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 0952c7b commit 7f375cfCopy full SHA for 7f375cf
es/web-serial-daemon.js
@@ -115,6 +115,7 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
115
key: "closeAllPorts",
116
value: function closeAllPorts() {
117
console.log('should be closing serial ports here');
118
+ this.uploader.closeAllPorts();
119
}
120
/**
121
* Request serial port open
src/web-serial-daemon.js
@@ -70,6 +70,7 @@ export default class WebSerialDaemon extends Daemon {
70
// eslint-disable-next-line class-methods-use-this
71
closeAllPorts() {
72
73
74
75
76
0 commit comments