mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +08: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)) {
|
||||
PrintAndLogEx(WARNING, "Error with tag bitstream generation.");
|
||||
return ESOFT;
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(SUCCESS, "Simulating Farpointe/Pyramid - Facility Code: %u, CardNumber: %u", facilitycode, cardnumber);
|
||||
|
|
Loading…
Reference in a new issue