gpio true

This commit is contained in:
EggMan20339 2024-05-09 21:25:06 -04:00
parent 0a9dd2931b
commit 002ab064b7

View File

@ -33,7 +33,7 @@ On Windows, the native WebAuthn API will be used.
""" """
import time import time
import configparser import configparser
gpie = False gpie = True
if gpie: if gpie:
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
import pickle import pickle