mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Don't stop on break plot error
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user