From 497f66892aa3f76a95900c45ced9c8cfac1c6eaf Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 14:27:54 +0100 Subject: [PATCH] tcpTest continued --- cube/User/Src/tcpTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/tcpTest.c b/cube/User/Src/tcpTest.c index 6300ba0..9f106af 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -30,7 +30,7 @@ void tcpTestHandler(void *handle) { socketInitialized = true; } } else { - coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); + // coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); } } else { coloredMsg(LOG_YELLOW, "tth, network not yet ready");