This commit is contained in:
iceman1001 2019-03-14 11:29:50 +01:00
parent cbab48659e
commit b65dc0a4c8

View file

@ -522,6 +522,10 @@ int CmdLFHitagWriter(const char *Cmd) {
}
int CmdLFHitagDump(const char *cmd) {
PrintAndLogEx(INFO, "Dumping of tag memory");
PrintAndLogEx(INFO, "To be done!");
char ctmp = tolower(param_getchar(Cmd, 0));
return usage_hitag_dump();
}