mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -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:
|
plot:
|
||||||
res = handle_hf_plot();
|
res = handle_hf_plot();
|
||||||
if (res != PM3_SUCCESS)
|
if (res != PM3_SUCCESS)
|
||||||
break;
|
PrintAndLogEx(DEBUG, "plot failed");
|
||||||
|
|
||||||
} while (loop && kbd_enter_pressed() == false);
|
} while (loop && kbd_enter_pressed() == false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue