OVMS3-idf/components/esp_https_server/Kconfig

10 lines
207 B
Plaintext

menu "ESP HTTPS server"
config ESP_HTTPS_SERVER_ENABLE
bool "Enable ESP_HTTPS_SERVER component"
select ESP_TLS_SERVER
help
Enable ESP HTTPS server component
endmenu