mirror of
https://github.com/KevinMidboe/fanController.git
synced 2025-10-29 17:40:22 +00:00
Removed unused line
This commit is contained in:
@@ -44,7 +44,6 @@ def reloadFanstate():
|
|||||||
if getFanstate():
|
if getFanstate():
|
||||||
GPIO.output("CSID0", GPIO.HIGH) #set CSID0 (Relay) HIGH (On)
|
GPIO.output("CSID0", GPIO.HIGH) #set CSID0 (Relay) HIGH (On)
|
||||||
else:
|
else:
|
||||||
updateFanstate(1)
|
|
||||||
GPIO.output("CSID0", GPIO.LOW) #set CSID0 (Relay) LOW (Off)
|
GPIO.output("CSID0", GPIO.LOW) #set CSID0 (Relay) LOW (Off)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user