mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
FIX: thanks @tony, for pointing out a "end" statement inside tnp3sim.lua
ADD: @marshmello42 fixs for t55x7
This commit is contained in:
parent
2f5436ff0d
commit
a739812e89
9 changed files with 97 additions and 106 deletions
|
@ -197,7 +197,6 @@ local function ValidateCheckSums(blocks)
|
|||
calc = CalcCheckSum(blocks,2,3)
|
||||
if crc == calc then isOk='Ok' else isOk = 'Error' end
|
||||
io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
|
||||
end
|
||||
|
||||
local cmd
|
||||
local blockdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue