From 772364f0a7be26bf2f1afe265d26a6914e089e92 Mon Sep 17 00:00:00 2001 From: caschick221 Date: Mon, 6 May 2024 16:29:17 -0400 Subject: [PATCH] gpio fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4f900fb..ad03c6c 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ On Windows, the native WebAuthn API will be used. """ import time import configparser -gpie = False +gpie = True if gpie: import RPi.GPIO as GPIO import pickle