1
0
mirror of https://github.com/AndrewX192/lenovo-sa120-fanspeed-utility synced 2025-12-06 01:23:19 +00:00

Allow fan1 (PSU1) speed to be set

This commit is contained in:
Andrew Sorensen
2016-05-21 14:39:13 -07:00
parent c3fd8166ef
commit 996b5e676f

View File

@@ -27,7 +27,7 @@ s = out.split()
for i in range(0, 6):
print("Setting fan {} to {}".format(i, fan))
idx = 92 + 4 * i
idx = 88 + 4 * i
s[idx+0] = "80"
s[idx+1] = "00"
s[idx+2] = "00"