Skip to content

Commit

Permalink
Don't restart IMU on ROG Ally
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
romracer committed Feb 6, 2024
1 parent b85593a commit f7b50ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HandheldCompanion/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public MainWindow(FileVersionInfo _fileVersionInfo, Assembly CurrentAssembly)
switch (currentDeviceType)
{
case "AYANEOAIRPlus":
case "ROGAlly":
{
LogManager.LogInformation("Restarting: {0}", CurrentDevice.InternalSensorName);

Expand Down

0 comments on commit f7b50ea

Please sign in to comment.