Skip to content

Commit

Permalink
Update Read_replay_spoof.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
salmg authored Apr 11, 2020
1 parent e20840e commit 37aa4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Read_replay_spoof/Read_replay_spoof.ino
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ void seekTrack2(){ //Find Track 2 in the NFC reading transaction
if (apdubuffer[u] == 0x57 && apdubuffer[u+1] == 0x13 && !chktoken){
chktoken = true;
memcpy(&token, &apdubuffer[u+2], 19);
//break;
break;
}
}
}
Expand Down Expand Up @@ -507,7 +507,7 @@ void magbutton(){ // Run MagSpoof using tracks from code or from NFC reading
blink(L3, 150, 1);
Serial.println("Activating MagSpoof...");
if(tokenString.length() > 0){
Serial.println("Using MagStripe data from memoria");
Serial.println("Using MagStripe data from memory");
playTrack(2);
}
else
Expand Down

0 comments on commit 37aa4c6

Please sign in to comment.