changes
This commit is contained in:
parent
6ee877b437
commit
8bd7bc2c22
2
main.py
2
main.py
@ -213,7 +213,7 @@ while True:
|
|||||||
|
|
||||||
print("Credential authenticated!")
|
print("Credential authenticated!")
|
||||||
|
|
||||||
for i in range(5):
|
for i in range(2):
|
||||||
GPIO.output(greenLed, GPIO.HIGH)
|
GPIO.output(greenLed, GPIO.HIGH)
|
||||||
time.sleep(0.05)
|
time.sleep(0.05)
|
||||||
GPIO.output(greenLed, GPIO.LOW)
|
GPIO.output(greenLed, GPIO.LOW)
|
||||||
|
Loading…
Reference in New Issue
Block a user