Max: Tweak temps.

This commit is contained in:
Dmitry Voronin 2024-12-17 16:07:04 +03:00
parent cd1d1c7ce1
commit 7e0efecb73
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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