increased the number of pages in the dumps to 160. 0xA0. Its should cover 128 / 0x80 and potential larger ones

This commit is contained in:
iceman1001 2024-01-26 14:25:39 +01:00
parent 3a1c3510ae
commit 8e2fb4a6a7

View file

@ -44,7 +44,7 @@ typedef struct {
uint8_t raw[]; // First byte in raw, raw[0] is ISO15693 protocol flag byte
} PACKED iso15_raw_cmd_t;
#define ISO15693_TAG_MAX_PAGES 64 // in page
#define ISO15693_TAG_MAX_PAGES 160 // in pages (0xA0)
#define ISO15693_TAG_MAX_SIZE 2048 // in byte (64 pages of 256 bits)
typedef struct {