From db28b9fba20df3362bb6000c11c67ca3ed82990c Mon Sep 17 00:00:00 2001 From: Daniel Perron Date: Wed, 17 Jan 2024 18:29:44 -0500 Subject: [PATCH] Update Pico_read.py --- Pico_example/Pico_read.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pico_example/Pico_read.py b/Pico_example/Pico_read.py index 60acc16..e06a82d 100644 --- a/Pico_example/Pico_read.py +++ b/Pico_example/Pico_read.py @@ -43,7 +43,7 @@ try: #reader.MFRC522_Dump_NTAG(uid,Start=5,End=6) else: defaultKey = [255,255,255,255,255,255] - reader.MFRC522_DumpClassic1K(Start=0, End=64, keyA=defaultKey) + reader.MFRC522_DumpClassic1K(uid,Start=0, End=64, keyA=defaultKey) PreviousCard = uid else: pass @@ -52,4 +52,4 @@ try: utime.sleep_ms(50) except KeyboardInterrupt: - pass \ No newline at end of file + pass