Revert "update log entry for HTTP_EVENT_ON_DATA (#586)"
This reverts commit f7dd257a9a.
This commit is contained in:
@@ -352,7 +352,7 @@ esp_err_t _http_event_handler(esp_http_client_event_t *evt)
|
||||
Log->println("HTTP_EVENT_ON_HEADER");
|
||||
break;
|
||||
case HTTP_EVENT_ON_DATA:
|
||||
Log->print(".");
|
||||
Log->println("HTTP_EVENT_ON_DATA");
|
||||
break;
|
||||
case HTTP_EVENT_ON_FINISH:
|
||||
Log->println("HTTP_EVENT_ON_FINISH");
|
||||
|
||||
Reference in New Issue
Block a user