mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
change sleep
This commit is contained in:
@@ -187,6 +187,8 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
usleep(1'000'000);
|
||||
this->broadcastMessage("strat;arduino;rotate;0.78539\n");
|
||||
usleep(5'000'000);
|
||||
this->broadcastMessage("strat;servo_moteur;baisser bras;1\n");
|
||||
usleep(1'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