mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside.
This commit is contained in:
parent
095b3af43b
commit
b39332e938
8 changed files with 32 additions and 65 deletions
|
@ -355,8 +355,7 @@ int CmdAnalyseCRC(const char *Cmd) {
|
|||
uint16_t crcCC = b1 << 8 | b2;
|
||||
printf("ICLASS crc | %04x == %04x \n", crcCC, iclass_new);
|
||||
|
||||
|
||||
|
||||
|
||||
free(data);
|
||||
return 0;
|
||||
}
|
||||
|
@ -468,6 +467,9 @@ int CmdAnalyseTEASelfTest(const char *Cmd){
|
|||
|
||||
int CmdAnalyseA(const char *Cmd){
|
||||
|
||||
|
||||
PrintAndLog("ISO 15693 - x25 - Residue %04x ( %0xF0B8 expected) ", ISO15_CRC_CHECK);
|
||||
|
||||
uint8_t b1, b2;
|
||||
|
||||
// 14 a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue