mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix: enter_bootloader on macOS
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(200);
|
||||
msleep(500);
|
||||
CloseProxmark(g_session.current_device);
|
||||
// Let time to OS to make the port disappear
|
||||
msleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user