Quick fix on standalone modes using SimulateIso14443aTag. Still need to fix those with SimulateIso14443aInit

This commit is contained in:
Philippe Teuwen 2024-10-07 11:15:43 +02:00
commit 05ec053a38
2 changed files with 7 additions and 7 deletions

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;