mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
text
This commit is contained in:
parent
791d9e09ac
commit
2887cb5211
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ static int CmdEM4x50Write(const char *Cmd) {
|
|||
em4x50_prepare_result(data, addr, addr, words);
|
||||
em4x50_print_result(words, addr, addr);
|
||||
PrintAndLogEx(SUCCESS, "Write ( " _GREEN_("ok") " )");
|
||||
PrintAndLogEx(HINT, "Try `" _YELLOW_("lf em 4x50 rdbl -a %u") "` - to read your data", addr);
|
||||
PrintAndLogEx(HINT, "Try `" _YELLOW_("lf em 4x50 rdbl -b %u") "` - to read your data", addr);
|
||||
PrintAndLogEx(INFO, "Done!");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue