Skip to content

Commit

Permalink
Sample updated
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Apr 7, 2019
1 parent cc6a5b8 commit cb5a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NvAPISample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static void PrintGPUSensors()
ConsoleNavigation.Default.PrintNavigation(PhysicalGPU.GetPhysicalGPUs(), (i, gpu) =>
{
ConsoleWriter.Default.PrintCaption("PhysicalGPU.ThermalSensors");
ConsoleWriter.Default.WriteObject(gpu.ThermalSensors);
ConsoleWriter.Default.WriteObject(gpu.ThermalInformation.ThermalSensors.ToArray());
}, "Select a GPU to show thermal sensor values");
}

Expand Down

0 comments on commit cb5a338

Please sign in to comment.