Browse Source

fix temp path

Fabian Peter Hammerle 5 years ago
parent
commit
e200d53f9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config

+ 1 - 1
config

@@ -64,7 +64,7 @@ load {
 
 cpu_temperature 0 {
     format = "%degrees°C"
-    path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
+    path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
     max_threshold = 80
 }