mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: hw ping - shouldnt be converted yet..
This commit is contained in:
parent
bf0ab55833
commit
c180c8df20
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ static int CmdPing(const char *Cmd) {
|
|||
(void)Cmd; // Cmd is not used so far
|
||||
clearCommandBuffer();
|
||||
PacketResponseNG resp;
|
||||
SendCommandNG(CMD_PING, NULL, 0);
|
||||
SendCommandMIX(CMD_PING, 0, 0, 0, NULL, 0);
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1000))
|
||||
PrintAndLogEx(SUCCESS, "Ping " _GREEN_("successful"));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue