We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacaf02 commit f0f67dbCopy full SHA for f0f67db
grapple-hook/src-tauri/src/devices/provider_manager.rs
@@ -49,7 +49,7 @@ impl ProviderManager {
49
for port in ports {
50
match port.port_type {
51
tokio_serial::SerialPortType::UsbPort(usbi) => {
52
- if usbi.vid == 0x16c0 && usbi.pid == 0x27dd {
+ if usbi.vid == 0x3580 && usbi.pid == 0x4000 {
53
let addr = port.port_name;
54
if !providers.contains_key(&addr) {
55
providers.insert(addr.clone(), ProviderContainer {
0 commit comments