mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
sleep
This commit is contained in:
@@ -773,7 +773,7 @@ void TCPServer::askArduinoPos() {
|
||||
|
||||
while (!this->_shouldStop) {
|
||||
this->sendToClient("strat;arduino;get pos;1\n", this->arduinoSocket);
|
||||
usleep(100'000);
|
||||
usleep(20'000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user