From c6eb24020b4c8f1cfd00129c86c4829f81029f4d Mon Sep 17 00:00:00 2001 From: Sebastien Date: Mon, 24 Feb 2020 19:06:51 -0500 Subject: [PATCH] httpd testing - release --- components/squeezelite-ota/squeezelite-ota.c | 1 - components/wifi-manager/component.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/squeezelite-ota/squeezelite-ota.c b/components/squeezelite-ota/squeezelite-ota.c index 84d2d383..518e8f06 100644 --- a/components/squeezelite-ota/squeezelite-ota.c +++ b/components/squeezelite-ota/squeezelite-ota.c @@ -492,7 +492,6 @@ void ota_task(void *pvParameter) ota_status.remain_image_len =ota_status.total_image_len -ota_status.actual_image_len; if (ota_status.ota_type == OTA_TYPE_HTTP){ - ESP_LOGW(TAG,"Reading data from http client"); data_read = esp_http_client_read(ota_http_client, ota_status.ota_write_data, buffer_size); } else { diff --git a/components/wifi-manager/component.mk b/components/wifi-manager/component.mk index e3d9cd0d..1800f23c 100644 --- a/components/wifi-manager/component.mk +++ b/components/wifi-manager/component.mk @@ -8,6 +8,6 @@ # COMPONENT_EMBED_FILES := style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz COMPONENT_ADD_INCLUDEDIRS := . -CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_DEBUG +CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO