tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 14:53:19 +01:00
parent d97c08f859
commit 8ffa23888d
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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");