Sfoglia il codice sorgente

Merge pull request #37 from kemenril/main

Took out a state variable that didn't end up being used.
GNU 1 anno fa
parent
commit
668e3295ff
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Code/devterm_fan_daemon_cpi_a06/temp_fan_daemon_a06.py

+ 0 - 1
Code/devterm_fan_daemon_cpi_a06/temp_fan_daemon_a06.py

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