From 382702a9ee03db8b3297f08c6a7b3e92d5acdf8a Mon Sep 17 00:00:00 2001 From: cooperq Date: Mon, 19 May 2025 23:07:46 -0700 Subject: [PATCH] blah --- installer/src/orbic.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/src/orbic.rs b/installer/src/orbic.rs index d796f38..6cb7ace 100644 --- a/installer/src/orbic.rs +++ b/installer/src/orbic.rs @@ -30,6 +30,7 @@ Please close any program that might be using your Orbic. If you have adb installed you may need to kill the adb daemon"#; const VENDOR_ID: u16 = 0x05c6; +//const PRODUCT_ID: u16 = 0xf601; const PRODUCT_ID: u16 = 0xf626; macro_rules! echo {