mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Fix maximum block size.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define NFC_TAG_MF0_NTAG_DATA_SIZE 4
|
||||
|
||||
#define NFC_TAG_NTAG_FRAME_SIZE 64
|
||||
#define NFC_TAG_NTAG_BLOCK_MAX 231
|
||||
#define NFC_TAG_NTAG_BLOCK_MAX 231 + 1
|
||||
|
||||
#define NFC_TAG_MF0_FRAME_SIZE (16 + NFC_TAG_14A_CRC_LENGTH)
|
||||
#define NFC_TAG_MF0_BLOCK_MAX 41
|
||||
|
||||
Reference in New Issue
Block a user