You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing this manually when gaming. Good to keep temperature lower as my default settings prioritize silent run.
However, when the controller quits, eg upon Ctrl-C, the fan is left at the last set speed.
Suggest to tidy up the initial state upon interrupt or any error. For my case, I've added a try .. except KeyboardInterrupt to the controller loop to set pwm1_enable back to 2 (original value in my system).
The text was updated successfully, but these errors were encountered:
I've been testing this manually when gaming. Good to keep temperature lower as my default settings prioritize silent run.
However, when the controller quits, eg upon Ctrl-C, the fan is left at the last set speed.
Suggest to tidy up the initial state upon interrupt or any error. For my case, I've added a
try .. except KeyboardInterrupt
to the controller loop to setpwm1_enable
back to 2 (original value in my system).The text was updated successfully, but these errors were encountered: