all ready

This commit is contained in:
ackimixs
2024-05-08 15:46:18 +02:00
parent ccbf983023
commit 5e5956f5ba

View File

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