From 8111172f337aa63b3457d5029219f57389d0ef97 Mon Sep 17 00:00:00 2001 From: Ketan Patel <99940493+ketan-pcs@users.noreply.github.com> Date: Wed, 31 May 2023 17:40:37 +0530 Subject: [PATCH] Update printer.html --- printer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.html b/printer.html index b696713..953064e 100644 --- a/printer.html +++ b/printer.html @@ -22,7 +22,7 @@ function connectAndPrint() { if (device == null) { - navigator.usb.requestDevice({ filters: [{ vendorId: 1046 }] }) + navigator.usb.requestDevice({ filters: [{ vendorId: 4611 }] }) .then(selectedDevice => { device = selectedDevice; console.log(device);