fix mifare and NTAG cohabitation

This commit is contained in:
danjperron
2024-01-17 19:48:38 -05:00
parent db28b9fba2
commit 12d4ac0408
2 changed files with 9 additions and 3 deletions

View File

@@ -472,5 +472,5 @@ class MFRC522:
self.NTAG= self.NTAG_216
self.NTAG_MaxPage = 230
return True
return false
return False