Corrected missing method

This commit is contained in:
Th3maz1ng 2020-07-14 19:07:41 +02:00
parent 0d7c68645b
commit abed6ebd9b

View File

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