Commit 2069319
committed
Improve NFC tag detection and add protocol fields
- Fix MIFARE Ultralight being misidentified as NTAG213
(require GET_VERSION success for NTAG detection via CC)
- Fix MIFARE Classic detection on ACR1252U via authentication probe
- Add ICode SLIX detection from UID manufacturer byte (0xE0 = NXP)
- Add protocol/protocolISO fields to Card struct (e.g., "NFC-A", "ISO 14443-3A")
- Update SDK types and documentation with new protocol fields
- Add captured test data from ACR1552U, ACR122U, ACR1252U readers
- Add card detection unit tests
- Bump SDK version to 0.3.11 parent 2801bff commit 2069319
File tree
27 files changed
+1768
-86
lines changed- internal/core
- testdata
- acr122u
- acr1252u
- acr1552u
- scripts
- sdk
- src
27 files changed
+1768
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
321 | 323 | | |
322 | 324 | | |
323 | 325 | | |
| |||
0 commit comments