mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
usability hint
This commit is contained in:
parent
b279e3efc1
commit
4c8db262c0
1 changed files with 1 additions and 1 deletions
|
@ -301,6 +301,6 @@ void LegicRfReader(int offset, int bytes) {
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue