Add support for it8603 sensor

pull/827/merge
MasterDevX 2 years ago committed by jackun
parent d0a1c4ea07
commit 99f0e4139c

@ -442,6 +442,9 @@ bool CPUStats::GetCpuFile() {
} else if (name == "atk0110") {
find_temp_input(path, input, "CPU Temperature");
break;
} else if (name == "it8603") {
find_temp_input(path, input, "temp1");
break;
} else {
path.clear();
}

Loading…
Cancel
Save