chg: unify dump file template used in this repo. hf-mf-(uid)-dump.(bin/eml/json) is the prefeered style.

This commit is contained in:
iceman1001 2020-03-21 20:58:20 +01:00
commit 64e027faf7
5 changed files with 15 additions and 15 deletions

View file

@ -115,7 +115,7 @@ local function dump_tag(uid, numsectors)
if utils.confirm('Do you wish to create a memory dump of tag?') then
local dumpfile = 'hf-mf-'..uid..'-data'
local dumpfile = 'hf-mf-'..uid..'-dump'
local dmp = ('hf mf dump %s f %s'):format(typ, dumpfile)
core.console(dmp)