mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-28 18:39:34 +01:00
change sleep
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user