Update Pico_read.py

This commit is contained in:
Daniel Perron
2024-01-17 18:29:44 -05:00
committed by GitHub
parent 12099fbd1d
commit db28b9fba2

View File

@@ -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