tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 15:01:29 +01:00
parent 61551556b4
commit 02194ca679
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -69,7 +69,7 @@ void tcpTestHandler(void *handle) {
case 3:
coloredMsg(LOG_YELLOW, "tth, now sending something");
int32_t res32 = send(TCPTEST_SOCK, message, strlen(message));
res32 = send(TCPTEST_SOCK, message, strlen(message));
coloredMsg(LOG_YELLOW, "tth, sent a message, send returns 0x%02x", res32);
state = 255;