update log entry for HTTP_EVENT_ON_DATA (#586)

This commit is contained in:
David Girón
2025-01-01 04:31:21 +01:00
committed by GitHub
parent 2cf5201285
commit f7dd257a9a

View File

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