From dddbb67c40b4296fcc4fc5523c79402447ff1d8d Mon Sep 17 00:00:00 2001 From: g3gg0 Date: Tue, 9 Jun 2020 22:01:20 +0200 Subject: [PATCH] send an ACK back upon emulation end --- armsrc/iso15693.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 5e5a7f1e..8e86e432 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -2696,6 +2696,7 @@ void SimTagIso15693(uint32_t parameter, uint8_t *uid) { } } + cmd_send(CMD_ACK,1,0,0,0,0); FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF); LEDsoff(); }