mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-07 13:11:56 +00:00
Fix communication timing (delay) after PM3 detection.
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ static int enter_bootloader(char *serial_port_name, bool wait_appear) {
|
||||
SendCommandBL(CMD_HARDWARE_RESET, 0, 0, 0, NULL, 0);
|
||||
PrintAndLogEx(SUCCESS, "Press and hold down button NOW if your bootloader requires it.");
|
||||
}
|
||||
msleep(100);
|
||||
msleep(200);
|
||||
CloseProxmark(g_session.current_device);
|
||||
// Let time to OS to make the port disappear
|
||||
msleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user