Max: Tweak temps.
This commit is contained in:
parent
cd1d1c7ce1
commit
7e0efecb73
|
@ -62,7 +62,7 @@ in {
|
||||||
then value=128
|
then value=128
|
||||||
elif [ $temp -gt 60000 ]
|
elif [ $temp -gt 60000 ]
|
||||||
then value=92
|
then value=92
|
||||||
elif [ $temp -gt 49000 ]
|
elif [ $temp -gt 50000 ]
|
||||||
then value=46
|
then value=46
|
||||||
elif [ $temp -gt 45000 ]
|
elif [ $temp -gt 45000 ]
|
||||||
then value=23
|
then value=23
|
||||||
|
|
Loading…
Reference in a new issue