mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
more helpful error message (from Sourcerer)
This commit is contained in:
parent
a2b1414f43
commit
b279e3efc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue