From ef81b746ed6fa8e3797c710172e8d0fe131a0ca1 Mon Sep 17 00:00:00 2001 From: kzang Date: Tue, 26 Jan 2021 14:49:01 +0900 Subject: [PATCH] Update demo.html --- demo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo.html b/demo.html index ae6f549..7a26619 100644 --- a/demo.html +++ b/demo.html @@ -209,8 +209,8 @@ let device; try { device = await navigator.usb.requestDevice({ filters: [{ - vendorId: 0x054c, - protocolCode: 0x01 + //vendorId: 0x054c, + //protocolCode: 0x01 }]}); console.log("open"); await device.open();