send an ACK back upon emulation end

This commit is contained in:
g3gg0 2020-06-09 22:01:20 +02:00
parent 8be3a37bb9
commit dddbb67c40

View file

@ -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();
}