From 34a8ec03f4dba0229812c4513df514bab553dc9c Mon Sep 17 00:00:00 2001 From: Sepero Date: Wed, 11 Dec 2013 00:54:33 -0500 Subject: Added new possible temperature sensor. --- temp_throttle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp_throttle.sh b/temp_throttle.sh index 4c055a4..397def1 100644 --- a/temp_throttle.sh +++ b/temp_throttle.sh @@ -2,7 +2,7 @@ # Usage: temp_throttle.sh max_temp # USE CELSIUS TEMPERATURES. -# version 2.00 +# version 2.01 cat << EOF Author: Sepero 2013 (sepero 111 @ gmx . com) @@ -107,6 +107,7 @@ get_temp () { TEMP=$(cat /sys/class/thermal/thermal_zone0/temp) #TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input) + #TEMP=$(cat /sys/class/hwmon/hwmon1/temp1_input) #TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input) } -- cgit v1.2.3