mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix lf t55xx trace: read the correct block
This commit is contained in:
parent
032062cfe9
commit
720c410278
2 changed files with 5 additions and 3 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
|
||||
#define T55x7_CONFIGURATION_BLOCK 0x00
|
||||
#define T55x7_TRACE_BLOCK1 0x01
|
||||
#define T55x7_TRACE_BLOCK2 0x02
|
||||
#define T55x7_PAGE0 0x00
|
||||
#define T55x7_PAGE1 0x01
|
||||
#define T55x7_PWD 0x00000010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue