mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
removing debug statement in iso14443a
This commit is contained in:
parent
440c5ac1fa
commit
757e53c6ac
1 changed files with 2 additions and 4 deletions
|
@ -1191,10 +1191,8 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data, tag_r
|
||||||
|
|
||||||
if(tagType == 11){
|
if(tagType == 11){
|
||||||
rSAKc1[0] = sak & 0xFC & 0X70;
|
rSAKc1[0] = sak & 0xFC & 0X70;
|
||||||
DbpString(_YELLOW_("[ ") "Passando no Sak Penegui" _YELLOW_(" ]"));
|
|
||||||
}else{
|
}else{
|
||||||
rSAKc1[0] = sak & 0xFB;
|
rSAKc1[0] = sak & 0xFB;
|
||||||
//DbpString(_YELLOW_("[ ") "Passando no Sak Antigo" _YELLOW_(" ]"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AddCrc14A(rSAKc1, sizeof(rSAKc1) - 2);
|
AddCrc14A(rSAKc1, sizeof(rSAKc1) - 2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue