two time per second

This commit is contained in:
ackimixs
2024-04-11 11:04:17 +02:00
parent d5569478c9
commit 77ec8cba7f

View File

@@ -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);
}
}