mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08: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;
|
||||
break;
|
||||
default:
|
||||
Dbprintf("No or unknown card found, aborting");
|
||||
Dbprintf("Unknown card format: %x",tag_type);
|
||||
switch_off_tag_rwd();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue