Compare commits

...

3 Commits

Author SHA1 Message Date
e86a794582 Merge branch 'main' into test 2024-05-14 05:42:08 -07:00
EggMan
54eeebdb0f removed NFC 2024-05-14 07:43:22 -04:00
EggMan
f63cb0f92a made 3 second door unlock instead of 5 2024-05-14 07:35:46 -04:00
2 changed files with 4 additions and 3 deletions

View File

@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.12 (CNSA-276-FP)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (CNSA-276-FP)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (CNSA-276-FP)" project-jdk-type="Python SDK" />
</project>

View File

@ -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)