From 8e2fb4a6a7cd11372f07877b1dee9cd3c6da7c4d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 26 Jan 2024 14:25:39 +0100 Subject: [PATCH] increased the number of pages in the dumps to 160. 0xA0. Its should cover 128 / 0x80 and potential larger ones --- include/iso15.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/iso15.h b/include/iso15.h index 7f1e5b306..0d19c1756 100644 --- a/include/iso15.h +++ b/include/iso15.h @@ -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 {