deprecate MIFARE_SetAccessBits

This commit is contained in:
Rotzbua
2018-04-13 15:55:14 +02:00
parent 296772ea5f
commit 4b27d4fb5f

View File

@@ -410,6 +410,7 @@ public:
void PICC_DumpMifareUltralightToSerial();
// Advanced functions for MIFARE
DEPRECATED_MSG("name will change in next version")
void MIFARE_SetAccessBits(byte *accessBitBuffer, byte g0, byte g1, byte g2, byte g3);
DEPRECATED_MSG("will move to extra class in next version")
bool MIFARE_OpenUidBackdoor(bool logErrors);