change from NTAG215 -> NTAG213

This commit is contained in:
iceman1001 2021-02-12 20:35:26 +01:00
parent 8ece2ca023
commit 29476bb923

View file

@ -356,7 +356,8 @@ static int CmdHF14AJookiSim(const char *Cmd) {
mfu_dump_t *mfu_dump = (mfu_dump_t *)data;
memcpy(mfu_dump->version, "\x00\x04\x04\x02\x01\x00\x11\x03", 8);
memcpy(mfu_dump->version, "\x00\x04\x04\x02\x01\x00\x0F\x03", 8);
mfu_dump->counter_tearing[2][3] = 0xBD;
mfu_dump->pages = 0x2c;