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 1cbe15f commit 5c96268Copy full SHA for 5c96268
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@leaphy-robotics/playwright-arduino",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"license": "LGPL-3.0-only",
5
"main": "./dist/index.js",
6
"type": "module",
src/page.ts
@@ -53,6 +53,8 @@ if (!globalThis.getPorts) {
53
class SerialPort {
54
readable?: ReadableStream<Uint8Array> = undefined
55
writable?: WritableStream<Uint8Array> = undefined
56
+ vendorId = 0x0403
57
+ productId = 0x6001
58
59
constructor(private id: string) { }
60
0 commit comments