mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
text
This commit is contained in:
parent
596b0b6405
commit
41d545f5b8
4 changed files with 11 additions and 11 deletions
|
@ -1108,7 +1108,7 @@ static int CmdHF15Reader(const char *Cmd) {
|
|||
CLIParserFree(ctx);
|
||||
|
||||
if (cm) {
|
||||
PrintAndLogEx(INFO, "press " _GREEN_("<Enter>") " to exit");
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("<Enter>") " to exit");
|
||||
}
|
||||
readHF15Uid(cm, true);
|
||||
return PM3_SUCCESS;
|
||||
|
@ -1470,7 +1470,7 @@ static int CmdHF15Sim(const char *Cmd) {
|
|||
PrintAndLogEx(SUCCESS, "Start simulating UID... " _YELLOW_("%s"), iso15693_sprintUID(NULL, resp.data.asBytes));
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "Press " _YELLOW_("`pm3-button`") " to abort simulation");
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " to abort simulation");
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandNG(CMD_HF_ISO15693_SIMULATE, (uint8_t *)&payload, sizeof(payload));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue