Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard.

This commit is contained in:
Michael Möller
2011-06-26 20:04:26 +00:00
parent 6a7be57f73
commit ae81e8f22c
2 changed files with 4 additions and 5 deletions

View File

@@ -499,10 +499,9 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
break;
case Model.Z68X_UD7_B3: // IT8728F
v.Add(new Voltage("VTT", 0));
v.Add(new Voltage("+5V", 1, 15, 10));
v.Add(new Voltage("+3.3V", 1, 13.3f, 20.5f));
v.Add(new Voltage("+12V", 2, 68, 22));
v.Add(new Voltage("Voltage #4", 3, true));
v.Add(new Voltage("Voltage #5", 4, true));
v.Add(new Voltage("+5V", 3, 14.3f, 20));
v.Add(new Voltage("CPU VCore", 5));
v.Add(new Voltage("DRAM", 6));
v.Add(new Voltage("Standby +3.3V", 7, 10, 10));

View File

@@ -37,5 +37,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.3.2.3")]
[assembly: AssemblyInformationalVersion("0.3.2.3 Alpha")]
[assembly: AssemblyVersion("0.3.2.4")]
[assembly: AssemblyInformationalVersion("0.3.2.4 Alpha")]