tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 14:26:56 +01:00
parent 9275dcf0a3
commit 83df40b534
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -33,7 +33,7 @@ void tcpTestHandler(void *handle) {
coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket");
}
} else {
colorMsg(LOG_YELLOW, "tth, network not yet ready");
coloredMsg(LOG_YELLOW, "tth, network not yet ready");
}
}