From 330bdf58a15857ceee237c5ab4f1bbb9f064adbf Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Sat, 18 Nov 2023 13:43:31 -0500 Subject: [PATCH] works, but uses multi connects per client --- Wifi_NINA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }