tcpTest continued

This commit is contained in:
2020-11-11 14:26:56 +01:00
parent 9275dcf0a3
commit 83df40b534

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