mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fixed incorrect argument count for SimulateIso14443aTag
Signed-off-by: Sebastian Meyer <archi@users.noreply.github.com>
This commit is contained in:
@@ -251,7 +251,7 @@ void RunMod(void) {
|
||||
uint16_t flags = FLAG_7B_UID_IN_DATA;
|
||||
|
||||
Dbprintf("Starting simulation, press " _GREEN_("pm3 button") " to stop and go back to search state.");
|
||||
SimulateIso14443aTag(7, flags, card.uid, 0);
|
||||
SimulateIso14443aTag(7, flags, card.uid, 0, NULL);
|
||||
|
||||
// Go back to search state if user presses pm3-button
|
||||
state = STATE_SEARCH;
|
||||
|
||||
Reference in New Issue
Block a user