mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix wrong vars name
This commit is contained in:
parent
46783e519a
commit
818de78a1c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ function main(args)
|
|||
d16_d31 = string.sub(d16_d31, 0, #d16_d31 - 4)
|
||||
|
||||
print(block, d0_d15, d16_d31)
|
||||
table.insert(block_data, d0_d15..d16_31)
|
||||
table.insert(block_data, d0_d15..d16_d31)
|
||||
end
|
||||
print("----+------------------")
|
||||
lib14a.disconnect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue