Skip to content

Commit f0f67db

Browse files
committed
Update to new Vendor ID
1 parent aacaf02 commit f0f67db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grapple-hook/src-tauri/src/devices/provider_manager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl ProviderManager {
4949
for port in ports {
5050
match port.port_type {
5151
tokio_serial::SerialPortType::UsbPort(usbi) => {
52-
if usbi.vid == 0x16c0 && usbi.pid == 0x27dd {
52+
if usbi.vid == 0x3580 && usbi.pid == 0x4000 {
5353
let addr = port.port_name;
5454
if !providers.contains_key(&addr) {
5555
providers.insert(addr.clone(), ProviderContainer {

0 commit comments

Comments
 (0)