mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07: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++;
|
byte_index++;
|
||||||
}
|
}
|
||||||
switch_off_tag_rwd();
|
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…
Add table
Add a link
Reference in a new issue