removed NFC

This commit is contained in:
EggMan 2024-05-14 07:43:22 -04:00
parent f63cb0f92a
commit 54eeebdb0f

View File

@ -47,7 +47,7 @@ import sys
import ctypes import ctypes
from fido2.ctap2 import Ctap2 from fido2.ctap2 import Ctap2
from fido2 import cbor from fido2 import cbor
from fido2 import CtapNfcDevice # from fido2 import CtapNfcDevice
config = configparser.ConfigParser() config = configparser.ConfigParser()
@ -106,7 +106,7 @@ class CliInteraction(UserInteraction):
while True: while True:
isNfc = False # isNfc = False
if gpie: if gpie:
GPIO.output(door, GPIO.LOW) GPIO.output(door, GPIO.LOW)