1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-23 13:31:19 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Travis Farmer
e9e1efed3f
Merge 961470302d1105a79be35614cd66db9924fc1911 into d46a6f092a9a9fb991af22ccabe849fa9cf50c78 2023-11-16 14:40:38 +00:00
travis-farmer
961470302d
getting rid of a comment 2023-11-16 09:40:08 -05:00

View File

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