proximity

This commit is contained in:
ackimixs
2024-05-09 02:41:32 +02:00
parent 2ced2481de
commit e6fab9e30f

View File

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