hf 14a cuids, sim - now use cliparser

This commit is contained in:
tcprst
2020-12-29 20:58:13 -05:00
parent b0f122528d
commit 49990ab11d
6 changed files with 87 additions and 106 deletions

View File

@@ -351,7 +351,7 @@ static int cmd_hf_st_sim(const char *Cmd) {
}
char param[40];
snprintf(param, sizeof(param), "t 10 u %s", sprint_hex_inrow(uid, uidlen));
snprintf(param, sizeof(param), "-t 10 -u %s", sprint_hex_inrow(uid, uidlen));
return CmdHF14ASim(param);
}