mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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_prepare_result(data, addr, addr, words);
|
||||||
em4x50_print_result(words, addr, addr);
|
em4x50_print_result(words, addr, addr);
|
||||||
PrintAndLogEx(SUCCESS, "Write ( " _GREEN_("ok") " )");
|
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!");
|
PrintAndLogEx(INFO, "Done!");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue