diff --git a/TCPServer.cpp b/TCPServer.cpp index ca17b49..c24f9d4 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -186,6 +186,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) firstPot = false; usleep(1'000'000); this->broadcastMessage("strat;arduino;rotate;0.78539\n"); + usleep(5'000'000); this->broadcastMessage("strat;aruco;get aruco;1\n"); } else { this->broadcastMessage("strat;servo_moteur;baisser bras;1");