chg: hw ping - shouldnt be converted yet..

This commit is contained in:
iceman1001 2019-05-07 21:35:22 +02:00
commit c180c8df20

View file

@ -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