From 8d1f24aac115c0dcbff3b8742ede697161c695ff Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 15:03:01 +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 5d252c4..92b301f 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -62,7 +62,7 @@ void tcpTestHandler(void *handle) { if (sockState == SOCK_ESTABLISHED) { coloredMsg(LOG_YELLOW, "tth, connection is established"); - state = 255; + state = 3; } break;