card_sz = 1024;
break;
default:
- Dbprintf("No or unknown card found, aborting");
+ Dbprintf("Unknown card format: %x",tag_type);
switch_off_tag_rwd();
return;
}
byte_index++;
}
switch_off_tag_rwd();
- Dbprintf("Card read, use 'data hexsamples %d' to view results", (bytes+7) & ~7);
+ Dbprintf("Card read, use 'hf legic decode' or 'data hexsamples %d' to view results", (bytes+7) & ~7);
}