This commit is contained in:
ackimixs
2024-05-07 16:05:45 +02:00
parent f66120d5c5
commit 7b8da18cad

View File

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