mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-30 13:57:38 +00:00
Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard.
This commit is contained in:
@@ -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));
|
||||
|
@@ -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")]
|
Reference in New Issue
Block a user