update log entry for HTTP_EVENT_ON_DATA (#586)
This commit is contained in:
@@ -344,7 +344,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->println("HTTP_EVENT_ON_DATA");
|
||||
Log->print(".");
|
||||
break;
|
||||
case HTTP_EVENT_ON_FINISH:
|
||||
Log->println("HTTP_EVENT_ON_FINISH");
|
||||
|
||||
Reference in New Issue
Block a user