mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
chg - returns
This commit is contained in:
parent
09b66e500d
commit
f8749c9ee9
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ static int CmdPyramidSim(const char *Cmd) {
|
||||||
|
|
||||||
if (!getPyramidBits(facilitycode, cardnumber, bs)) {
|
if (!getPyramidBits(facilitycode, cardnumber, bs)) {
|
||||||
PrintAndLogEx(WARNING, "Error with tag bitstream generation.");
|
PrintAndLogEx(WARNING, "Error with tag bitstream generation.");
|
||||||
return ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "Simulating Farpointe/Pyramid - Facility Code: %u, CardNumber: %u", facilitycode, cardnumber);
|
PrintAndLogEx(SUCCESS, "Simulating Farpointe/Pyramid - Facility Code: %u, CardNumber: %u", facilitycode, cardnumber);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue