mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 23:51:58 +00:00
fixes entering bootload messages to be less scary
This commit is contained in:
+2
-1
@@ -428,7 +428,8 @@ __attribute__((force_align_arg_pointer))
|
||||
// Signal to main thread that communications seems off.
|
||||
// main thread will kill and restart this thread.
|
||||
if (commfailed) {
|
||||
if (g_conn.last_command != CMD_HARDWARE_RESET) {
|
||||
if (g_conn.last_command != CMD_HARDWARE_RESET &&
|
||||
g_conn.last_command != CMD_START_FLASH) {
|
||||
PrintAndLogEx(WARNING, "\nCommunicating with Proxmark3 device " _RED_("failed"));
|
||||
}
|
||||
__atomic_test_and_set(&comm_thread_dead, __ATOMIC_SEQ_CST);
|
||||
|
||||
Reference in New Issue
Block a user