Corrected missing method
This commit is contained in:
parent
0d7c68645b
commit
abed6ebd9b
@ -60,7 +60,7 @@ boolean task_post_data_logger(void * pData)
|
||||
if(p->rdy)
|
||||
{
|
||||
char buff[100];
|
||||
p->client.readHttpReply((uint8_t *)buff, 100);
|
||||
p->client.readHttpBody((uint8_t *)buff, 100);
|
||||
Serial.print(buff);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user