esp-idf/components/esp_https_server/Kconfig

10 wiersze
242 B
Plaintext

menu "ESP HTTPS server"
config ESP_HTTPS_SERVER_ENABLE
bool "Enable ESP_HTTPS_SERVER component"
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
help
Enable ESP HTTPS server component
endmenu