removed NFC
This commit is contained in:
parent
f63cb0f92a
commit
54eeebdb0f
4
main.py
4
main.py
@ -47,7 +47,7 @@ import sys
|
||||
import ctypes
|
||||
from fido2.ctap2 import Ctap2
|
||||
from fido2 import cbor
|
||||
from fido2 import CtapNfcDevice
|
||||
# from fido2 import CtapNfcDevice
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
|
||||
@ -106,7 +106,7 @@ class CliInteraction(UserInteraction):
|
||||
|
||||
|
||||
while True:
|
||||
isNfc = False
|
||||
# isNfc = False
|
||||
if gpie:
|
||||
GPIO.output(door, GPIO.LOW)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user