diff --git a/Wifi_NINA.cpp b/Wifi_NINA.cpp index 52efce1..ea271d5 100644 --- a/Wifi_NINA.cpp +++ b/Wifi_NINA.cpp @@ -219,7 +219,7 @@ void WifiNINA::checkForNewClient() { for (byte clientId=0; clientIdflush(); // clear out the input buffer + ///clients[clientId]->flush(); // clear out the input buffer DIAG(F("New client connected to slot %d"),clientId); //TJF: brought in for debugging. return; }