NFC: Implement Type 4 Tag reading

This commit is contained in:
Willy-JL
2025-03-05 08:10:03 +00:00
parent 0d99e54a17
commit 358631ec86
21 changed files with 1157 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ typedef enum {
NfcProtocolMfDesfire,
NfcProtocolSlix,
NfcProtocolSt25tb,
NfcProtocolType4Tag,
/* Add new protocols here */
NfcProtocolNum, /**< Special value representing the number of available protocols. */