This commit is contained in:
EggMan20339 2024-05-09 20:11:39 -04:00
parent 7cc25d2c26
commit 53c13621fe
2 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ while True:
GPIO.output(greenLed, GPIO.HIGH)
GPIO.output(door, GPIO.HIGH)
time.sleep(1)
time.sleep(0.1)
GPIO.output(greenLed, GPIO.LOW)