Kconfig.projbuild 343 B

12345678910
  1. menu "Example Configuration"
  2. config EXAMPLE_ENABLE_HTTPS_USER_CALLBACK
  3. bool "Enable user callback with HTTPS Server"
  4. default false
  5. help
  6. Enable user callback for esp_https_server which can be used to get SSL context (connection information)
  7. E.g. Certificate of the connected client
  8. endmenu