tcpTest continued
This commit is contained in:
parent
d97c08f859
commit
8ffa23888d
@ -56,7 +56,7 @@ void tcpTestHandler(void *handle) {
|
||||
coloredMsg(LOG_YELLOW, "tth, waiting for established");
|
||||
|
||||
uint8_t sockState = getSn_SR(TCPTEST_SOCK);
|
||||
coloredMsg(LOG_YELLOW, "tth, socket state is %d", sockState);
|
||||
coloredMsg(LOG_YELLOW, "tth, socket state is 0x%02x", sockState);
|
||||
|
||||
if (sockState == SOCK_ESTABLISHED) {
|
||||
coloredMsg(LOG_YELLOW, "tth, connection is established");
|
||||
|
Loading…
x
Reference in New Issue
Block a user