diff --git a/.idea/misc.xml b/.idea/misc.xml index 92298c3..c76ee5f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/main.py b/main.py index 5066424..ca817de 100644 --- a/main.py +++ b/main.py @@ -47,6 +47,7 @@ import sys import ctypes from fido2.ctap2 import Ctap2 from fido2 import cbor +# from fido2 import CtapNfcDevice config = configparser.ConfigParser() @@ -105,7 +106,7 @@ class CliInteraction(UserInteraction): while True: - isNfc = False + # isNfc = False if gpie: GPIO.output(door, GPIO.LOW) @@ -326,7 +327,7 @@ while True: GPIO.output(greenLed, GPIO.HIGH) GPIO.output(door, GPIO.HIGH) - time.sleep(5) + time.sleep(3) GPIO.output(greenLed, GPIO.LOW)