We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314bd25 commit edb3990Copy full SHA for edb3990
1 file changed
OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/IT87XX.cs
@@ -70,7 +70,6 @@ public IT87XX(Chip chip, ushort address, ushort gpioAddress, byte version, Mothe
70
{
71
Chip.IT8665E or Chip.IT8625E => new byte[] { 0x15, 0x16, 0x17, 0x1e, 0x1f, 0x92 },
72
Chip.IT8792E => new byte[] { 0x15, 0x16, 0x17 },
73
- Chip.IT8696E when motherboard.Model is Model.X870_AORUS_ELITE_WIFI7 or Model.X870_AORUS_ELITE_WIFI7_ICE => new byte[] { 0, 0, 0, 0, 0, 0 },
74
_ => new byte[] { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf }
75
};
76
0 commit comments