Revert "update log entry for HTTP_EVENT_ON_DATA (#586)"

This reverts commit f7dd257a9a.
This commit is contained in:
iranl
2025-01-02 09:10:47 +01:00
committed by GitHub
parent df8df99a28
commit f615b9a5db

View File

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