mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
63659fd352
commit
528ffd9e66
1 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ int CmdAWIDSim(const char *Cmd) {
|
||||||
|
|
||||||
verify_values(&fmtlen, &fc, &cn);
|
verify_values(&fmtlen, &fc, &cn);
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "Emulating AWID %u -- FC: %u; CN: %u\n", fmtlen, fc, cn);
|
PrintAndLogEx(SUCCESS, "Simulating AWID %u -- FC: %u; CN: %u\n", fmtlen, fc, cn);
|
||||||
PrintAndLogEx(SUCCESS, "Press pm3-button to abort simulation or run another command");
|
PrintAndLogEx(SUCCESS, "Press pm3-button to abort simulation or run another command");
|
||||||
|
|
||||||
if (!getAWIDBits(fmtlen, fc, cn, bits)) {
|
if (!getAWIDBits(fmtlen, fc, cn, bits)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue