mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: 'lf indala clone' - now write long id again
This commit is contained in:
parent
13cdba28f3
commit
9a74122079
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ int clone_t55xx_tag(uint32_t *blockdata, uint8_t numblocks) {
|
|||
|
||||
if (blockdata == NULL)
|
||||
return PM3_EINVARG;
|
||||
if (numblocks < 1 || numblocks > 7)
|
||||
if (numblocks < 1 || numblocks > 8)
|
||||
return PM3_EINVARG;
|
||||
|
||||
PacketResponseNG resp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue