chg: added hint text for lf clone part2

This commit is contained in:
iceman1001 2020-03-02 14:15:51 +01:00
commit 61e6ff6991
11 changed files with 61 additions and 30 deletions

View file

@ -296,6 +296,8 @@ static int CmdTIWrite(const char *Cmd) {
}
clearCommandBuffer();
SendCommandMIX(CMD_LF_TI_WRITE, arg0, arg1, arg2, NULL, 0);
PrintAndLogEx(SUCCESS, "Done");
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`lf ti read`") "to verify");
return PM3_SUCCESS;
}