diff --git a/src/transport/usb.rs b/src/transport/usb.rs index 6ecd6e2..92a91e7 100644 --- a/src/transport/usb.rs +++ b/src/transport/usb.rs @@ -50,7 +50,7 @@ impl UsbTransport { }) .nth(nth) .ok_or(anyhow::format_err!( - "No WCH ISP USB device found(4348:55e0 device not found at index #{})", + "No WCH ISP USB device found(4348:55e0 or 1a86:55e0 device not found at index #{})", nth ))?; log::debug!("Found USB Device {:?}", device);