tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 14:27:54 +01:00
parent 83df40b534
commit 497f66892a
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -30,7 +30,7 @@ void tcpTestHandler(void *handle) {
socketInitialized = true; socketInitialized = true;
} }
} else { } else {
coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); // coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket");
} }
} else { } else {
coloredMsg(LOG_YELLOW, "tth, network not yet ready"); coloredMsg(LOG_YELLOW, "tth, network not yet ready");