Commit 8bf74e01 authored by martin hou's avatar martin hou

屏蔽掉有问题的型号识别处理

parent 05228773
...@@ -162,7 +162,7 @@ function Jensen(log) { ...@@ -162,7 +162,7 @@ function Jensen(log) {
filters: [{ vendorId: 0x10d6 }] filters: [{ vendorId: 0x10d6 }]
}); });
await conn.open(); await conn.open();
self.model = conn.productId == 45069 ? 'hidock-h1e' : 'hidock-h1'; // self.model = conn.productId == 45069 ? 'hidock-h1e' : 'hidock-h1';
device = conn; device = conn;
await setup(); await setup();
}; };
......
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