test remote pull again

This commit is contained in:
caschick221 2024-05-06 13:48:54 -04:00
parent dda38a3866
commit bd824583ed

View File

@ -223,14 +223,13 @@ while True:
GPIO.output(greenLed, GPIO.HIGH)
GPIO.output(door, GPIO.HIGH)
time.sleep(0)
time.sleep(5)
GPIO.output(greenLed, GPIO.LOW)
print("CLIENT DATA:", result.client_data)
print()
print("AUTH DATA:", result.authenticator_data)
# GPIO.output(14, GPIO.LOW)
time.sleep(1)
except Exception as e:
print("Authentication Failed!")