hf mf csave works

This commit is contained in:
merlokk 2018-11-29 16:05:57 +02:00
commit 955ced6c28
5 changed files with 115 additions and 4 deletions

View file

@ -2878,7 +2878,7 @@ int CmdHF14AMfCSave(const char *Cmd) {
saveFile(filename, "bin", dump, bytes);
saveFileEML(filename, "eml", dump, bytes, MFBLOCK_SIZE);
saveFileJSON(filename, "json", dump, bytes);
saveFileJSON(filename, "json", jsfCardMemory, dump, bytes);
free(dump);
return 0;
}