NFC: Support NTAG4xx detection and basic info

This commit is contained in:
Willy-JL
2025-03-27 04:48:19 +00:00
parent 7525662f14
commit 6ebc4c7ad3
22 changed files with 990 additions and 5 deletions

View File

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