From 5e5956f5ba94f5d07be611204c15d017d6a9f7c4 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 8 May 2024 15:46:18 +0200 Subject: [PATCH] all ready --- TCPServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TCPServer.cpp b/TCPServer.cpp index 6c6a0b6..46cf29b 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -435,6 +435,7 @@ void TCPServer::checkIfAllClientsReady() if (allReady) { + std::cout << "All clients are ready" << std::endl; this->broadcastMessage("strat;all;ready;1\n"); std::thread([this]() { askArduinoPos(); }).detach(); }