From f7b50ea78bd4e0af472c906a30a4048ad199b2d9 Mon Sep 17 00:00:00 2001 From: romracer Date: Tue, 6 Feb 2024 12:32:06 -0600 Subject: [PATCH] Don't restart IMU on ROG Ally Not needed since Bosch drivers 1.0.1.7 released many moons ago. Might also not be needed on AYA NEO Air Plus if those drivers worked on that device, but I don't own one to test it. --- HandheldCompanion/Views/Windows/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/HandheldCompanion/Views/Windows/MainWindow.xaml.cs b/HandheldCompanion/Views/Windows/MainWindow.xaml.cs index f4249459e..b190d034b 100644 --- a/HandheldCompanion/Views/Windows/MainWindow.xaml.cs +++ b/HandheldCompanion/Views/Windows/MainWindow.xaml.cs @@ -183,7 +183,6 @@ public MainWindow(FileVersionInfo _fileVersionInfo, Assembly CurrentAssembly) switch (currentDeviceType) { case "AYANEOAIRPlus": - case "ROGAlly": { LogManager.LogInformation("Restarting: {0}", CurrentDevice.InternalSensorName);