mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Don't stop on break plot error
This commit is contained in:
parent
b80cc92c39
commit
87a85766ed
1 changed files with 1 additions and 1 deletions
|
@ -2726,7 +2726,7 @@ int readHF14B(bool loop, bool verbose) {
|
|||
plot:
|
||||
res = handle_hf_plot();
|
||||
if (res != PM3_SUCCESS)
|
||||
break;
|
||||
PrintAndLogEx(DEBUG, "plot failed");
|
||||
|
||||
} while (loop && kbd_enter_pressed() == false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue