mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-10 17:30:07 +08:00
commit
8a8e7c6914
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ int CmdPing(const char *Cmd)
|
|||
UsbCommand c = {CMD_PING};
|
||||
SendCommand(&c);
|
||||
if (WaitForResponseTimeout(CMD_ACK,&resp,1000)) {
|
||||
PrintAndLog("Ping successfull");
|
||||
PrintAndLog("Ping successful");
|
||||
}else{
|
||||
PrintAndLog("Ping failed");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue