3#include "AudioLogger.h"
22 LOGD(
"HttpLineReader %s",
"readlnInternal");
24 for (
int w = 0;
w < 200 && client.
available() == 0;
w++) {
29 LOGW(
"HttpLineReader %s",
"readlnInternal->no Data");
38 int c = client.read();
56 if (str[
j - 1] ==
'\r') {
75 LOGE(
"HttpLineReader %s",
"readlnInternal->cut off too long line");
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30