proximity

This commit is contained in:
ackimixs
2024-05-09 02:36:42 +02:00
parent 644a375647
commit 2ced2481de

View File

@@ -804,6 +804,7 @@ void TCPServer::awaitRobotIdle() {
timeout++;
if (stopEmergency) {
while (stopEmergency) {
stopEmergency = false;
usleep(100'000);
}
this->broadcastMessage(lastArduinoCommand);