tcpTest continued
This commit is contained in:
parent
3654ebb36e
commit
c7c0cc12b4
@ -76,9 +76,9 @@ void tcpTestHandler(void *handle) {
|
||||
break;
|
||||
|
||||
case 4:
|
||||
coloredMsg(LOG_YELLOW, "tth, now waiting for some input");
|
||||
// coloredMsg(LOG_YELLOW, "tth, now waiting for some input");
|
||||
uint16_t s = getSn_RX_RSR(TCPTEST_SOCK);
|
||||
coloredMsg(LOG_YELLOW, "tth, getSn_RxMAX returns %d", s);
|
||||
// coloredMsg(LOG_YELLOW, "tth, getSn_RxMAX returns %d", s);
|
||||
|
||||
if (s > 0) {
|
||||
uint8_t *buf = (uint8_t*) malloc(s);
|
||||
|
Loading…
x
Reference in New Issue
Block a user