mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-29 20:09:39 +02:00
ask 5 time per second
This commit is contained in:
@@ -364,6 +364,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(50'000);
|
||||
usleep(200'000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user