tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 18:32:43 +01:00
parent bf73cf2351
commit 8ea735ebac
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -77,10 +77,9 @@ void tcpTestHandler(void *handle) {
case 4:
coloredMsg(LOG_YELLOW, "tth, now waiting for some input");
uint16_t s = getSn_RxMAX(TCPTEST_SOCK);
uint16_t s = getSn_RX_RSR(TCPTEST_SOCK);
coloredMsg(LOG_YELLOW, "tth, getSn_RxMAX returns %d", s);
state = 255;
break;
case 255: