mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Introduce reply_mix, to still get some varlen on old API
This commit is contained in:
parent
3bcf80bb34
commit
a7773b3395
5 changed files with 64 additions and 22 deletions
|
@ -1452,7 +1452,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
if (packet->ng) {
|
||||
reply_ng(CMD_PING, PM3_SUCCESS, packet->data.asBytes, packet->length);
|
||||
} else {
|
||||
reply_old(CMD_ACK, reply_via_fpc, 0, 0, 0, 0);
|
||||
reply_mix(CMD_ACK, reply_via_fpc, 0, 0, 0, 0);
|
||||
}
|
||||
break;
|
||||
#ifdef WITH_LCD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue