mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-05 04:25:20 +08:00
Merge pull request #2631 from nvx/trace_abort_message
log a message when aborting trace list display
This commit is contained in:
commit
340e63ec25
1 changed files with 1 additions and 0 deletions
|
@ -1548,6 +1548,7 @@ int CmdTraceList(const char *Cmd) {
|
|||
tracepos = printTraceLine(tracepos, gs_traceLen, gs_trace, protocol, show_wait_cycles, mark_crc, prev_EOT, use_us, dicKeys, dicKeysCount);
|
||||
|
||||
if (kbd_enter_pressed()) {
|
||||
PrintAndLogEx(INFO, "User interrupted detected. Aborting");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue