mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config EXAMPLE_ENABLE_HTTPS_USER_CALLBACK
|
||
|
bool "Enable user callback with HTTPS Server"
|
||
|
default false
|
||
|
help
|
||
|
Enable user callback for esp_https_server which can be used to get SSL context (connection information)
|
||
|
E.g. Certificate of the connected client
|
||
|
|
||
|
endmenu
|