mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix #1771 - no default block size in call
This commit is contained in:
@@ -75,7 +75,8 @@ void RunMod(void) {
|
||||
} else if (state == STATE_EMUL) {
|
||||
Iso15693InitTag();
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user