From 36097703cbe40e4645ed8b401e842ea63214c030 Mon Sep 17 00:00:00 2001 From: Eggman20339 Date: Sun, 5 May 2024 19:49:38 -0400 Subject: [PATCH] changes --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 16f805a..c79a28b 100644 --- a/main.py +++ b/main.py @@ -66,7 +66,7 @@ while True: GPIO.output(14, GPIO.LOW) print("Waiting for device...") while True: - GPIO.output(14, GPIO.LOW) + GPIO.output(14, GPIO.HIGH) dev = next(CtapHidDevice.list_devices(), None) if dev: