mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-16 04:09:10 +08:00
FIX: @tony pointed out that there was a method name lost... its been reinstated :)
This commit is contained in:
parent
a739812e89
commit
d8a3b6c117
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks)
|
||||||
if crc == calc then isOk='Ok' else isOk = 'Error' end
|
if crc == calc then isOk='Ok' else isOk = 'Error' end
|
||||||
io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
|
io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
|
||||||
|
|
||||||
|
end
|
||||||
|
local function LoadEmulator(blocks)
|
||||||
local cmd
|
local cmd
|
||||||
local blockdata
|
local blockdata
|
||||||
for _,b in pairs(blocks) do
|
for _,b in pairs(blocks) do
|
||||||
|
|
Loading…
Reference in a new issue