delay
This commit is contained in:
parent
944e3c1628
commit
903adb8ca1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def start_nfc_normal():
|
||||||
clf.open(device)
|
clf.open(device)
|
||||||
while True:
|
while True:
|
||||||
clf.connect(rdwr={'on-connect': onTagSense, 'beep-on-connect': True })
|
clf.connect(rdwr={'on-connect': onTagSense, 'beep-on-connect': True })
|
||||||
|
time.sleep(1)
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
start_nfc_normal()
|
start_nfc_normal()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue