Re-connect to GPU in fans+power

This commit is contained in:
Serge
2023-07-18 15:47:53 +02:00
parent b46e932a0d
commit 1b8de79667
3 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ public static class HardwareControl
}
catch (Exception ex)
{
Debug.WriteLine(ex.ToString());
Debug.WriteLine("Can't connect to GPU " + ex.ToString());
}
}