Skip to content

Commit 9638840

Browse files
fix missing sensors on it8665e (#1484)
1 parent 41bf278 commit 9638840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • LibreHardwareMonitorLib/Hardware/Motherboard/Lpc

LibreHardwareMonitorLib/Hardware/Motherboard/Lpc/IT87XX.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Chip.IT8655E or
132132
case Chip.IT8665E:
133133
Voltages = new float?[9];
134134
Temperatures = new float?[6];
135-
Fans = new float?[4];
136-
Controls = new float?[4];
135+
Fans = new float?[6];
136+
Controls = new float?[6];
137137
_requiresBankSelect = true;
138138
break;
139139

0 commit comments

Comments
 (0)