This commit is contained in:
bton 2024-04-12 22:13:18 +02:00
parent 657e19d23b
commit eec46a00ed

View file

@ -28,7 +28,7 @@ def onTagSense(tag):
return False
def start_nfc_normal():
device = get_reader()i
device = get_reader()
clf = nfc.ContactlessFrontend(device)
clf.open(device)
while True: