Kconfig.projbuild 321 B

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