mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
fix: enter_bootloader on macOS
This commit is contained in:
parent
a7b5961688
commit
233c229db0
1 changed files with 1 additions and 1 deletions
|
@ -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(200);
|
||||
msleep(500);
|
||||
CloseProxmark(g_session.current_device);
|
||||
// Let time to OS to make the port disappear
|
||||
msleep(1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue