From c180c8df205d4c42411c783b0b9ef7f2f128a47a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 7 May 2019 21:35:22 +0200 Subject: [PATCH] chg: hw ping - shouldnt be converted yet.. --- client/cmdhw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhw.c b/client/cmdhw.c index 4eda2dc66..f1f011509 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -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