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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user