Merge pull request #37 from kemenril/main

Took out a state variable that didn't end up being used.
This commit is contained in:
GNU
2022-06-24 12:54:11 +08:00
committed by GitHub

View File

@@ -92,7 +92,6 @@ def set_performance(scale):
def fan_loop():
global lastTemp
statechange = False
hotcount = 0
coolcount = 0
while True: