Max: Set initial fan speed.

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

View file

@ -49,8 +49,8 @@ in
wm2fc wm2fc
]; ];
script = '' script = ''
old=0 old=-1
oldtemp=0 oldtemp=-1
smooth=0 smooth=0
while true; do while true; do
temp=$(cat /sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/*/temp1_input) temp=$(cat /sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/*/temp1_input)