esp_https_server: Add support for esp-tls server APIs
This commit is contained in:
9
components/esp_https_server/Kconfig
Normal file
9
components/esp_https_server/Kconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user