Fixed incorrect argument count for SimulateIso14443aTag

Signed-off-by: Sebastian Meyer <archi@users.noreply.github.com>
This commit is contained in:
Sebastian Meyer 2024-10-07 10:34:51 +02:00 committed by GitHub
commit 24a760a266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;