mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Wow, two improbable bugs were cancelling each other
This commit is contained in:
parent
5b087a053c
commit
02ea378e38
2 changed files with 2 additions and 1 deletions
|
@ -1520,6 +1520,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
case CMD_CAPABILITIES:
|
||||
SendCapabilities();
|
||||
break;
|
||||
case CMD_PING:
|
||||
reply_ng(CMD_PING, PM3_SUCCESS, packet->data.asBytes, packet->length);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue