forked from espressif/esp-idf
fix(esp_https_server): Remove dependency on CONFIG_ESP_TLS_SERVER
Closes https://github.com/espressif/esp-idf/issues/12023
This commit is contained in:
committed by
Mahavir Jain
parent
5ce93aa257
commit
d4544a0d5c
@@ -1,7 +1,5 @@
|
|||||||
if(CONFIG_ESP_HTTPS_SERVER_ENABLE OR CONFIG_IDF_DOC_BUILD)
|
|
||||||
set(src "src/https_server.c")
|
set(src "src/https_server.c")
|
||||||
set(inc "include")
|
set(inc "include")
|
||||||
endif()
|
|
||||||
|
|
||||||
idf_component_register(SRCS ${src}
|
idf_component_register(SRCS ${src}
|
||||||
INCLUDE_DIRS ${inc}
|
INCLUDE_DIRS ${inc}
|
||||||
|
@@ -3,7 +3,6 @@ menu "ESP HTTPS server"
|
|||||||
config ESP_HTTPS_SERVER_ENABLE
|
config ESP_HTTPS_SERVER_ENABLE
|
||||||
bool "Enable ESP_HTTPS_SERVER component"
|
bool "Enable ESP_HTTPS_SERVER component"
|
||||||
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
|
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
|
||||||
select ESP_TLS_SERVER
|
|
||||||
help
|
help
|
||||||
Enable ESP HTTPS server component
|
Enable ESP HTTPS server component
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user