mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
lf ti write - now uses NG, cliparser (untested)
This commit is contained in:
parent
26f7aa4cee
commit
2fcd46f278
4 changed files with 47 additions and 17 deletions
|
@ -803,7 +803,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc) {
|
|||
AcquireTiType();
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
DbpString("Now use `lf ti read` to check");
|
||||
DbpString("Now use `lf ti reader` to check");
|
||||
StopTicks();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue