Don't stop on break plot error

This commit is contained in:
Sonic803 2024-02-21 17:26:55 +01:00
commit 87a85766ed

View file

@ -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);