This commit is contained in:
Eggman20339 2024-05-05 19:52:52 -04:00
parent 359a0a8010
commit ecf9949d42

View File

@ -66,7 +66,7 @@ while True:
GPIO.output(14, GPIO.LOW)
print("Waiting for device...")
while True:
GPIO.output(14, GPIO.HIGH)
GPIO.output(14, GPIO.LOW)
dev = next(CtapHidDevice.list_devices(), None)
if dev: