Fix communication timing (delay) after PM3 detection.

This commit is contained in:
ikarus
2023-12-29 21:20:47 +01:00
parent faedd3e19e
commit cc5df3447c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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);