This commit is contained in:
EggMan 2024-05-06 09:50:26 -04:00
parent 6ee877b437
commit 8bd7bc2c22

View File

@ -213,7 +213,7 @@ while True:
print("Credential authenticated!")
for i in range(5):
for i in range(2):
GPIO.output(greenLed, GPIO.HIGH)
time.sleep(0.05)
GPIO.output(greenLed, GPIO.LOW)