This commit is contained in:
bton 2024-02-16 21:59:01 +01:00
parent 944e3c1628
commit 903adb8ca1

View file

@ -33,7 +33,7 @@ def start_nfc_normal():
clf.open(device)
while True:
clf.connect(rdwr={'on-connect': onTagSense, 'beep-on-connect': True })
time.sleep(1)
if __name__ == "__main__":
start_nfc_normal()