From f7dd257a9a2415bd1f1e9e854f3e760a37ed135a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Wed, 1 Jan 2025 04:31:21 +0100 Subject: [PATCH] update log entry for HTTP_EVENT_ON_DATA (#586) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cbe3832..40958ea 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");