mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(esp_http_client): move partial download related code under config
This MR added an menuconfig option to enable partial download feature.
This commit is contained in:
@@ -31,6 +31,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_ENABLE_PARTIAL_HTTP_DOWNLOAD
|
||||
bool "Enable partial HTTP download"
|
||||
default n
|
||||
select ESP_HTTPS_OTA_ENABLE_PARTIAL_DOWNLOAD
|
||||
select ESP_TLS_CLIENT_SESSION_TICKETS
|
||||
help
|
||||
This enables use of Range header in esp_https_ota component.
|
||||
|
||||
Reference in New Issue
Block a user