mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-20 01:45:50 +01:00
two time per second
This commit is contained in:
@@ -367,6 +367,6 @@ void TCPServer::goToAruco(const ArucoTagPos &arucoTagPos, const int pince) {
|
||||
void TCPServer::askArduinoPos() {
|
||||
while (!this->shouldStop) {
|
||||
this->broadcastMessage("strat;arduino;get pos;1\n");
|
||||
usleep(200'000);
|
||||
usleep(500'000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user