mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Introduce SendCommandMIX, to still get some varlen on old API
This commit is contained in:
parent
95822d8360
commit
3bcf80bb34
5 changed files with 37 additions and 6 deletions
|
@ -425,7 +425,7 @@ static int CmdPing(const char *Cmd) {
|
|||
(void)Cmd; // Cmd is not used so far
|
||||
clearCommandBuffer();
|
||||
PacketResponseNG resp;
|
||||
SendCommandOLD(CMD_PING, 0, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_PING, 0, 0, 0, NULL, 0);
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1000))
|
||||
PrintAndLogEx(NORMAL, "Ping " _GREEN_("successful"));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue