Flasher: Avoid race condition when flasher finds the not yet closed pm3 port
This commit is contained in:
@@ -318,6 +318,8 @@ static int enter_bootloader(char *serial_port_name) {
|
|||||||
}
|
}
|
||||||
msleep(100);
|
msleep(100);
|
||||||
CloseProxmark();
|
CloseProxmark();
|
||||||
|
// Let time to OS to make the port disappear
|
||||||
|
msleep(1000);
|
||||||
|
|
||||||
bool opened = OpenProxmark(serial_port_name, true, 60, true);
|
bool opened = OpenProxmark(serial_port_name, true, 60, true);
|
||||||
if (opened) {
|
if (opened) {
|
||||||
|
|||||||
Reference in New Issue
Block a user