mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
textual (thanks @ave_!)
This commit is contained in:
parent
ae04b07c13
commit
7593fa20b8
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ void felica_sniff(uint32_t samplesToSkip, uint32_t triggersToSkip) {
|
||||||
set_tracelen(numbts);
|
set_tracelen(numbts);
|
||||||
set_tracelen(BigBuf_max_traceLen());
|
set_tracelen(BigBuf_max_traceLen());
|
||||||
|
|
||||||
Dbprintf("Felica sniffing done, tracelen: %i, use hf list felica for annotations", BigBuf_get_traceLen());
|
Dbprintf("Felica sniffing done, tracelen: %i, use " _YELLOW_("`hf felica list`") " for annotations", BigBuf_get_traceLen());
|
||||||
reply_mix(CMD_ACK, 1, numbts, 0, 0, 0);
|
reply_mix(CMD_ACK, 1, numbts, 0, 0, 0);
|
||||||
LED_D_OFF();
|
LED_D_OFF();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue