ask 5 time per second

This commit is contained in:
ackimixs
2024-04-11 10:54:16 +02:00
parent d483b5be71
commit 3a84db378f

View File

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