mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
change timing
This commit is contained in:
@@ -183,9 +183,10 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
this->broadcastMessage("strat;servo_moteur;lever bras;1\n");
|
||||
usleep(1'000'000);
|
||||
this->broadcastMessage("strat;arduino;go;1000,1500\n");
|
||||
usleep(4'000'000);
|
||||
this->broadcastMessage("strat;servo_moteur;baisser bras;1\n");
|
||||
this->broadcastMessage("strat;servo_moteur;ouvrir pince;1\n");
|
||||
usleep(6'000'000);
|
||||
usleep(2'000'000);
|
||||
this->broadcastMessage("strat;arduino;go;500,500\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user