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(inc "include")
|
||||
endif()
|
||||
set(src "src/https_server.c")
|
||||
set(inc "include")
|
||||
|
||||
idf_component_register(SRCS ${src}
|
||||
INCLUDE_DIRS ${inc}
|
||||
|
@@ -3,7 +3,6 @@ menu "ESP HTTPS server"
|
||||
config ESP_HTTPS_SERVER_ENABLE
|
||||
bool "Enable ESP_HTTPS_SERVER component"
|
||||
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
|
||||
select ESP_TLS_SERVER
|
||||
help
|
||||
Enable ESP HTTPS server component
|
||||
|
||||
|
Reference in New Issue
Block a user