tcpTest continued
This commit is contained in:
parent
61551556b4
commit
02194ca679
@ -69,7 +69,7 @@ void tcpTestHandler(void *handle) {
|
|||||||
case 3:
|
case 3:
|
||||||
coloredMsg(LOG_YELLOW, "tth, now sending something");
|
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);
|
coloredMsg(LOG_YELLOW, "tth, sent a message, send returns 0x%02x", res32);
|
||||||
|
|
||||||
state = 255;
|
state = 255;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user