more helpful error message (from Sourcerer)
This commit is contained in:
@@ -276,7 +276,7 @@ void LegicRfReader(int offset, int bytes) {
|
|||||||
card_sz = 1024;
|
card_sz = 1024;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Dbprintf("No or unknown card found, aborting");
|
Dbprintf("Unknown card format: %x",tag_type);
|
||||||
switch_off_tag_rwd();
|
switch_off_tag_rwd();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user