mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-29 13:28:04 +00:00
Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
This commit is contained in:
parent
6968062d71
commit
ac390a1ce9
@ -113,10 +113,7 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
|
||||
f.Add(new Fan("Power Fan", 2));
|
||||
break;
|
||||
case Model.M4A79XTD_EVO:
|
||||
v.Add(new Voltage("+3.3V", 1, 18, 16, 0));
|
||||
v.Add(new Voltage("CPU VCore", 2, 12, 15, 0));
|
||||
v.Add(new Voltage("+5V", 3, 6.8f, 10, 0));
|
||||
v.Add(new Voltage("+12V", 4, 5.6f, 2.7f, 0));
|
||||
v.Add(new Voltage("VBat", 8));
|
||||
t.Add(new Temperature("CPU", 0));
|
||||
t.Add(new Temperature("Motherboard", 1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user