1
0
Fork 0
Browse Source

re-comment out print statement (testing print statement).

unstable
gallery2 3 years ago
parent
commit
116ae5cada
  1. 2
      relay.py

2
relay.py

@ -35,7 +35,7 @@ def main():
# print(the_reading) # For testing.
if the_reading > 48:
# Print for testing.
print(f"[INFO] Light is on -- {the_reading}.")
# print(f"[INFO] Light is on -- {the_reading}.")
GPIO.output(relay_pin, GPIO.HIGH)
else:
# Print for testing.