From 4199e7ec107d50e5fcdbf1d4a012174d8913835b Mon Sep 17 00:00:00 2001 From: Sepero Date: Sun, 25 Oct 2015 09:43:11 -0400 Subject: Reset temperature on start --- temp_throttle.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/temp_throttle.sh b/temp_throttle.sh index d90f368..8d4f7d1 100755 --- a/temp_throttle.sh +++ b/temp_throttle.sh @@ -139,6 +139,9 @@ get_temp () { ### END define script functions. +echo "Initialize to max CPU frequency" +unthrottle + # Main loop while true; do -- cgit v1.2.3