Kconfig 207 B

123456789
  1. menu "ESP HTTPS server"
  2. config ESP_HTTPS_SERVER_ENABLE
  3. bool "Enable ESP_HTTPS_SERVER component"
  4. select ESP_TLS_SERVER
  5. help
  6. Enable ESP HTTPS server component
  7. endmenu