Skip to content

Commit 8a52d2a

Browse files
committed
Bumped version
1 parent 453d33b commit 8a52d2a

6 files changed

+1816
-7326
lines changed

Diff for: dist/create-plugin.js

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/create-plugin.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/create-plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/web-serial-daemon.js

+10
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
9696
network: []
9797
}); // this.handleListMessage(message);
9898
}
99+
100+
if (message.supportedBoards) {
101+
console.dir('******** BEGIN: web-serial-daemon:53 ********');
102+
console.dir(message.supportedBoards, {
103+
depth: null,
104+
colors: true
105+
});
106+
console.dir('******** END: web-serial-daemon:53 ********');
107+
this.supportedBoards.next(Object.keys(message.supportedBoards));
108+
}
99109
}
100110
/**
101111
* Send 'close' command to all the available serial ports

0 commit comments

Comments
 (0)