mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #2462 from douniwan5788/flasher
fix: enter_bootloader on macOS
This commit is contained in:
commit
77f7f524a4
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