Commit 21fbc049 authored by martin hou's avatar martin hou

Merge branch 'device-mgr' of http://gitlab.sugrsugr.com/skye/jensen into device-mgr

parents 24c8236c 85cd338d
This diff is collapsed.
......@@ -182,7 +182,7 @@ function Jensen(log, conn) {
if (r) return;
let conn = await navigator.usb.requestDevice({
filters: [{ vendorId: 0x10d6 }]
filters: [{ vendorId: 0x10d6 }, { vendorId: 0x3887 }]
});
await conn.open();
// self.model = conn.productId == 45069 ? 'hidock-h1e' : 'hidock-h1';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment