tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 14:55:46 +01:00
parent 8ffa23888d
commit 90cabf613b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -62,7 +62,8 @@ void tcpTestHandler(void *handle) {
coloredMsg(LOG_YELLOW, "tth, connection is established");
state = 255;
}
break;
case 255:
coloredMsg(LOG_YELLOW, "tth, error state, will stop here");
schDel(tcpTestHandler, NULL);