Skip to content

Commit

Permalink
increased the number of pages in the dumps to 160. 0xA0. Its should c…
Browse files Browse the repository at this point in the history
…over 128 / 0x80 and potential larger ones
  • Loading branch information
iceman1001 committed Jan 26, 2024
1 parent 3a1c351 commit 8e2fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iso15.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8e2fb4a

Please sign in to comment.