Fix for #439 and some cleanup

This commit is contained in:
Jm Casler
2020-09-26 00:01:02 -07:00
parent 7fdb5b594d
commit 28119bf1bf
4 changed files with 26 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ void WiFiServerAPI::loop()
if (client.connected()) {
StreamAPI::loop();
} else {
DEBUG_MSG("Client dropped connection, closing UDP server\n");
DEBUG_MSG("Client dropped connection, closing TCP server\n");
delete this;
}
}