From 961470302d1105a79be35614cd66db9924fc1911 Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Thu, 16 Nov 2023 09:40:08 -0500 Subject: [PATCH] getting rid of a comment --- Wifi_NINA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wifi_NINA.cpp b/Wifi_NINA.cpp index bef800c..a7c3f9b 100644 --- a/Wifi_NINA.cpp +++ b/Wifi_NINA.cpp @@ -234,7 +234,7 @@ void WifiNINA::checkForLostClients() { DIAG(F("Remove client %d"), clientId); CommandDistributor::forget(clientId); //delete c; //TJF: this causes a crash when client drops.. commenting out for now. - clients[clientId]=nullptr; // TJF: what to do... what to do... + clients[clientId]=nullptr; } } }