Wow, two improbable bugs were cancelling each other

This commit is contained in:
Philippe Teuwen 2019-05-08 00:02:08 +02:00
commit 02ea378e38
2 changed files with 2 additions and 1 deletions

View file

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