mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 04:50:12 -07:00
fix #1771 - no default block size in call
This commit is contained in:
parent
eaebf46961
commit
1525a0059a
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ void RunMod(void) {
|
||||||
} else if (state == STATE_EMUL) {
|
} else if (state == STATE_EMUL) {
|
||||||
Iso15693InitTag();
|
Iso15693InitTag();
|
||||||
Dbprintf("Starting simulation, press pm3-button to stop and go back to search state.");
|
Dbprintf("Starting simulation, press pm3-button to stop and go back to search state.");
|
||||||
SimTagIso15693(card.uid);
|
// default block size is 4
|
||||||
|
SimTagIso15693(card.uid, 4);
|
||||||
|
|
||||||
state = STATE_READ;
|
state = STATE_READ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue