diff --git a/client/src/comms.c b/client/src/comms.c index d4915c8f1..70dbdff04 100644 --- a/client/src/comms.c +++ b/client/src/comms.c @@ -355,6 +355,8 @@ void *uart_reconnect(void *targ) { } while (1) { + // throttle + msleep(200); if (OpenProxmarkSilent(&g_session.current_device, connection->serial_port_name, speed) == false) { continue; }