mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
httpd testing - release
This commit is contained in:
@@ -492,7 +492,6 @@ void ota_task(void *pvParameter)
|
|||||||
ota_status.remain_image_len =ota_status.total_image_len -ota_status.actual_image_len;
|
ota_status.remain_image_len =ota_status.total_image_len -ota_status.actual_image_len;
|
||||||
|
|
||||||
if (ota_status.ota_type == OTA_TYPE_HTTP){
|
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);
|
data_read = esp_http_client_read(ota_http_client, ota_status.ota_write_data, buffer_size);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
@@ -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_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 := .
|
COMPONENT_ADD_INCLUDEDIRS := .
|
||||||
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_DEBUG
|
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user