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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user