Skip to content

Commit

Permalink
cpu: temp: look for TSI0_TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Dec 9, 2023
1 parent e1f37e6 commit b0631d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ bool CPUStats::GetCpuFile() {
} else if (name == "it8603") {
find_input(path, "temp", input, "temp1");
break;
} else if (name == "nct6797") {
find_input(path, "temp", input, "TSI0_TEMP");
break;
} else {
path.clear();
}
Expand Down

0 comments on commit b0631d1

Please sign in to comment.