Max: Adjust sub-throttle temp to be less vibrating.

This commit is contained in:
Dmitry Voronin 2024-12-20 08:18:59 +03:00
parent 531e7bc40f
commit 1718774c04
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -63,7 +63,7 @@ in
elif [ $temp -gt 60000 ] elif [ $temp -gt 60000 ]
then value=92 then value=92
elif [ $temp -gt 55000 ] elif [ $temp -gt 55000 ]
then value=69 then value=52
elif [ $temp -gt 45000 ] elif [ $temp -gt 45000 ]
then value=46 then value=46
elif [ $temp -gt 40000 ] elif [ $temp -gt 40000 ]