From 67c3eb7d91c6be1f48bbd3b575086ccbbb0c478b Mon Sep 17 00:00:00 2001 From: cooperq Date: Mon, 19 May 2025 22:34:54 -0700 Subject: [PATCH] experiment --- installer/src/orbic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/orbic.rs b/installer/src/orbic.rs index 7f8dff5..d796f38 100644 --- a/installer/src/orbic.rs +++ b/installer/src/orbic.rs @@ -30,7 +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 { ($($arg:tt)*) => {